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

This commit is contained in:
a2a-cloud
2026-07-18 08:08:49 +00:00
parent 569de8a19e
commit f471207eaa

View File

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