a2a-source-edit: write db/migrations/001_app_records.sql

This commit is contained in:
a2a-cloud
2026-07-18 07:38:12 +00:00
parent 1f4732ab61
commit b766b71627

View File

@@ -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,