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

2
.gitignore vendored
View File

@ -46,8 +46,6 @@ Thumbs.db
*.orig
*.rej
# Ignore schema if generated
schema.sql
# Ignore browser build artifacts (if any)
website/js/dist/

View File

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