diff --git a/db/migrations/001_app_records.sql b/db/migrations/001_app_records.sql new file mode 100644 index 0000000..e976dd5 --- /dev/null +++ b/db/migrations/001_app_records.sql @@ -0,0 +1,3 @@ +-- Retained migration slot from the full-stack scaffold. +-- QuoteJudge product tables live in 001_quotejudge.sql. +SELECT 1;