Move add address migration table up in the migration order
This commit is contained in:
parent
750754caa7
commit
3005a1ad50
@ -7,5 +7,4 @@ CREATE TABLE public.addresses
|
||||
);
|
||||
|
||||
-- +goose Down
|
||||
-- SQL in this section is executed when the migration is rolled back.
|
||||
DROP TABLE public.addresses;
|
||||
DROP TABLE public.addresses;
|
Loading…
Reference in New Issue
Block a user