Files
csv-answers-studio-v1/db/migrations/001_app_records.sql

4 lines
173 B
SQL

-- Superseded by 001_csv_answers.sql for the CSVAnswers product schema.
-- Kept as a no-op scaffold migration so fresh installs converge without unrelated tables.
SELECT 1;