diff --git a/db/migrations/001_app_records.sql b/db/migrations/001_app_records.sql index 9317315..be050e2 100644 --- a/db/migrations/001_app_records.sql +++ b/db/migrations/001_app_records.sql @@ -1,3 +1,5 @@ +-- Retained from the full-stack scaffold for fresh installs that expect the +-- starter table. ContractClock product data lives in 001_contract_clock.sql. CREATE TABLE IF NOT EXISTS app_records ( id BIGSERIAL PRIMARY KEY, tenant_key TEXT NOT NULL,