Files

7 lines
131 B
SQL
Raw Permalink Normal View History

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