7 lines
131 B
SQL
7 lines
131 B
SQL
-- +goose Up
|
|
-- T-201 verifies the migration lifecycle without defining later business tables.
|
|
SELECT 1;
|
|
|
|
-- +goose Down
|
|
SELECT 1;
|