Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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