diff --git a/db/migrations/001_app_records.sql b/db/migrations/001_app_records.sql index be050e2..9317315 100644 --- a/db/migrations/001_app_records.sql +++ b/db/migrations/001_app_records.sql @@ -1,5 +1,3 @@ --- 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,