Skip to content

Commit adf9c7b

Browse files
drop old columns
1 parent 02117ed commit adf9c7b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

migrations/0003-drop-is_fixed.sql

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
BEGIN;
2+
3+
ALTER TABLE "nbm_user_issue" DROP COLUMN "is_fixed_on_node_10";
4+
ALTER TABLE "nbm_user_issue" DROP COLUMN "is_fixed_on_node_11";
5+
6+
COMMIT;

0 commit comments

Comments
 (0)