Skip to content

Commit

Permalink
hotfix - db migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftyos committed May 3, 2024
1 parent aaf40c8 commit 750c80a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
11 changes: 0 additions & 11 deletions migrations/20240502125138_add_module_interactions/migration.sql

This file was deleted.

5 changes: 5 additions & 0 deletions migrations/20240503081924_add_interview_modules/migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- AlterTable
ALTER TABLE "InterviewStep" ADD COLUMN "access_roles" TEXT[];

-- AlterTable
ALTER TABLE "Module" ADD COLUMN "interactions" TEXT NOT NULL DEFAULT '';

0 comments on commit 750c80a

Please sign in to comment.