server/db/zzz_schema.ts

Database schema initialization for zzz.

Runs fuz_app auth migrations. No zzz-specific DDL yet (all domain state is in-memory via Cells).

Declarations
#

view source

init_zzz_schema
#

server/db/zzz_schema.ts view source

(_db: Db): Promise<void>

Initialize the zzz database schema.

Currently only auth tables (from create_app_backend). Zzz-specific tables will be added here when persistent state is needed.

_db

type Db

returns

Promise<void>

Imported by
#