Skip to content

Commit

Permalink
Merge pull request #87 from Ferlab-Ste-Justine/feat/cqdg-836
Browse files Browse the repository at this point in the history
feat: CQDG-836 add is_phantom_manifest on user-set
  • Loading branch information
atoulous authored Sep 10, 2024
2 parents a57433f + e6a8773 commit e9eeb56
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 524 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-- Up Migration
ALTER TABLE user_sets
ADD COLUMN is_phantom_manifest BOOLEAN NOT NULL DEFAULT false

-- Down Migration
ALTER TABLE user_sets
DROP COLUMN is_phantom_manifest
Loading

0 comments on commit e9eeb56

Please sign in to comment.