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 45623c7 commit a36c222Copy full SHA for a36c222
coderd/database/migrations/000007_user_status.down.sql
@@ -1,4 +1,4 @@
1
-DROP TYPE user_status;
2
-
3
ALTER TABLE ONLY users
4
DROP COLUMN IF EXISTS status;
+
+DROP TYPE user_status;
0 commit comments