We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02117ed commit adf9c7bCopy full SHA for adf9c7b
migrations/0003-drop-is_fixed.sql
@@ -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