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) ); +