c65e357e15
Apply BasePath via fs.Sub, route CLI through Provider API, return ErrPendingMigrations when auto-migrate is disabled, use DownTo for blank. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
49 B
SQL
6 lines
49 B
SQL
-- +goose Up
|
|
SELECT 1;
|
|
|
|
-- +goose Down
|
|
SELECT 1;
|