We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8378c9b commit 54a0d13Copy full SHA for 54a0d13
coderd/database/migrations/000050_template_acl.down.sql
@@ -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