Move add address migration table up in the migration order

This commit is contained in:
Elizabeth Engelman
2019-08-23 10:11:37 -05:00
parent 750754caa7
commit 3005a1ad50
16 changed files with 1 additions and 2 deletions
@@ -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;