appended schema.sql to git

This commit is contained in:
2026-06-01 16:42:07 +02:00
parent 3d449a5672
commit 62c70581d9
2 changed files with 1 additions and 2 deletions

View File

@ -183,3 +183,4 @@ CREATE TABLE IF NOT EXISTS client_followup_note (
updatedAt INTEGER NOT NULL,
FOREIGN KEY(clientCode) REFERENCES client(clientCode)
);