appended schema.sql to git
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -46,8 +46,6 @@ Thumbs.db
|
|||||||
*.orig
|
*.orig
|
||||||
*.rej
|
*.rej
|
||||||
|
|
||||||
# Ignore schema if generated
|
|
||||||
schema.sql
|
|
||||||
|
|
||||||
# Ignore browser build artifacts (if any)
|
# Ignore browser build artifacts (if any)
|
||||||
website/js/dist/
|
website/js/dist/
|
||||||
|
|||||||
@ -183,3 +183,4 @@ CREATE TABLE IF NOT EXISTS client_followup_note (
|
|||||||
updatedAt INTEGER NOT NULL,
|
updatedAt INTEGER NOT NULL,
|
||||||
FOREIGN KEY(clientCode) REFERENCES client(clientCode)
|
FOREIGN KEY(clientCode) REFERENCES client(clientCode)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user