Fix 0001_enable-uuid-ossp and reorder
This commit is contained in:
5
postgres/schema/0001_enable-uuid-ossp.sql
Normal file
5
postgres/schema/0001_enable-uuid-ossp.sql
Normal file
@ -0,0 +1,5 @@
|
||||
-- +goose Up
|
||||
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
|
||||
|
||||
-- +goose Down
|
||||
DROP EXTENSION "uuid-ossp";
|
Reference in New Issue
Block a user