Files
Containr/app/backend/migrations_goose/20260401163000_baseline.sql
T
2026-04-10 12:02:36 +02:00

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;