Files
cmroubao/backend-api/migrations/00001_bootstrap.sql
T

7 lines
131 B
SQL

-- +goose Up
-- T-201 verifies the migration lifecycle without defining later business tables.
SELECT 1;
-- +goose Down
SELECT 1;