Skip to content

Commit

Permalink
feat: drop description constraints (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikazechaser authored Jul 3, 2024
1 parent aebe9f1 commit 9eb23a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions migrations/014_drop_desc_constraints.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ALTER TABLE swap_pools DROP CONSTRAINT swap_pools_swap_pool_description_check RESTRICT;
ALTER TABLE vouchers DROP CONSTRAINT vouchers_voucher_description_check RESTRICT;

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- ALTER TABLE swap_pools DROP CONSTRAINT swap_pools_swap_pool_description_check RESTRICT;
-- ALTER TABLE vouchers DROP CONSTRAINT vouchers_voucher_description_check RESTRICT;
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE swap_pools DROP CONSTRAINT swap_pools_swap_pool_description_check RESTRICT;
ALTER TABLE vouchers DROP CONSTRAINT vouchers_voucher_description_check RESTRICT;

0 comments on commit 9eb23a0

Please sign in to comment.