6 lines
283 B
SQL
6 lines
283 B
SQL
-- QuoteJudge Studio v0.1.0 managed Postgres baseline.
|
|
-- The product tables are created by 001_quote_judge.sql. This scaffold
|
|
-- placeholder is intentionally inert so fresh installs converge without
|
|
-- retaining the generic app_records table from the full-stack template.
|
|
SELECT 1;
|