forked from cerc-io/ipld-eth-server
Move add address migration table up in the migration order
This commit is contained in:
+1
-2
@@ -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;
|
||||
Reference in New Issue
Block a user