a2a-source-edit: write db/migrations/001_app_records.sql
This commit is contained in:
@@ -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 (
|
CREATE TABLE IF NOT EXISTS app_records (
|
||||||
id BIGSERIAL PRIMARY KEY,
|
id BIGSERIAL PRIMARY KEY,
|
||||||
tenant_key TEXT NOT NULL,
|
tenant_key TEXT NOT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user