Skip to content

Commit

Permalink
Added migration script for removing Unit table (PR #181)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Feb 25, 2024
1 parent aa291ef commit 11794a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/backend/db/schema-updates/migration.013.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- Remove the Unit table
ALTER TABLE Criterion DROP CONSTRAINT IF EXISTS criterion_unit_fkey;
DROP TABLE Unit;

0 comments on commit 11794a3

Please sign in to comment.