From 62c70581d9579022575ad4cc1e96760d9b5fc0f1 Mon Sep 17 00:00:00 2001 From: Tom Hempel Date: Mon, 1 Jun 2026 16:42:07 +0200 Subject: [PATCH] appended schema.sql to git --- .gitignore | 2 -- schema.sql | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2ca2fb4..def259b 100644 --- a/.gitignore +++ b/.gitignore @@ -46,8 +46,6 @@ Thumbs.db *.orig *.rej -# Ignore schema if generated -schema.sql # Ignore browser build artifacts (if any) website/js/dist/ diff --git a/schema.sql b/schema.sql index 15ba22a..dd0f6d0 100644 --- a/schema.sql +++ b/schema.sql @@ -183,3 +183,4 @@ CREATE TABLE IF NOT EXISTS client_followup_note ( updatedAt INTEGER NOT NULL, FOREIGN KEY(clientCode) REFERENCES client(clientCode) ); +