Skip to content

Commit a95e30c

Browse files
authored
fix: broken migration rollback order (#56)
1 parent dd6e01f commit a95e30c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

migrations/20250509100326_init.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ DROP TABLE posts;
4747
-- +goose StatementEnd
4848

4949
-- +goose StatementBegin
50-
DROP TABLE users;
50+
DROP TABLE o_auth_providers;
5151
-- +goose StatementEnd
5252

5353
-- +goose StatementBegin
54-
DROP TABLE o_auth_providers;
54+
DROP TABLE users;
5555
-- +goose StatementEnd

0 commit comments

Comments
 (0)