Skip to content

Commit 54a0d13

Browse files
committed
add down migration
1 parent 8378c9b commit 54a0d13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
BEGIN;
2+
3+
ALTER TABLE templates DROP COLUMN user_acl;
4+
DROP TYPE template_role;
5+
6+
COMMIT;

0 commit comments

Comments
 (0)