DIS-108: DB-Schema SSOT -- src/db/schema.sql #17
Labels
No labels
blocked
needs-review
phase:0
phase:1
phase:1.5
phase:2
phase:3
phase:4
phase:5
phase:6+
priority:p0
priority:p1
priority:p2
security
type:chore
type:ci
type:docs
type:feat
type:fix
type:idea
type:known-issue
type:refactor
type:test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: dev/disclaw#17
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ziel
SQLite-Schema in einer
schema.sql-Datei (Single Source of Truth).database.tsliest und wendet sie an.Scope
In:
src/db/schema.sqlmit allen CREATE TABLE-Statements,database.tsohne Inline-DDLDefinition of Done
schema.sqlenthaelt alle Tabellen und Indizesdatabase.tshat kein Inline-DDL mehrtests/integration/db-init.test.tsgruennpm run build && npm testgruenBranch
phase-1/db-schema-ssotAbhaengigkeiten
Blockiert durch: DIS-101