4 lines
173 B
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;
|