Fix 0001_enable-uuid-ossp and reorder

This commit is contained in:
2021-12-06 20:36:10 +00:00
parent e2d22a1080
commit 1437fc7b8d
3 changed files with 24 additions and 21 deletions

View File

@ -0,0 +1,5 @@
-- +goose Up
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
-- +goose Down
DROP EXTENSION "uuid-ossp";