Skip to content

Commit

Permalink
Added migration script for removing Unit table (PR #181) (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed Feb 25, 2024
2 parents aa291ef + 11794a3 commit bc880c7
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 bc880c7

Please sign in to comment.