mirror of
https://github.com/Dvorinka/Containr.git
synced 2026-06-03 20:12:58 +00:00
8 lines
172 B
SQL
8 lines
172 B
SQL
-- +goose Up
|
|
-- Baseline migration for goose-managed schema evolution.
|
|
SELECT 1;
|
|
|
|
-- +goose Down
|
|
-- Baseline down migration intentionally does not mutate schema.
|
|
SELECT 1;
|