Skip to content

Commit a36c222

Browse files
committed
fix: drop type after drop the column
1 parent 45623c7 commit a36c222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DROP TYPE user_status;
2-
31
ALTER TABLE ONLY users
42
DROP COLUMN IF EXISTS status;
3+
4+
DROP TYPE user_status;

0 commit comments

Comments
 (0)