diff options
author | Julien Dessaux | 2022-11-22 22:55:36 +0100 |
---|---|---|
committer | Julien Dessaux | 2022-11-22 22:55:36 +0100 |
commit | 038c877aed55cffdb4401a4c7e7b15b113798145 (patch) | |
tree | e2902779e76ba8bd60b63be0e512a3c112530d68 /database/000_init.sql | |
parent | Added basic games handling (diff) | |
download | jeux-de-mots-038c877aed55cffdb4401a4c7e7b15b113798145.tar.gz jeux-de-mots-038c877aed55cffdb4401a4c7e7b15b113798145.tar.bz2 jeux-de-mots-038c877aed55cffdb4401a4c7e7b15b113798145.zip |
Implemented game creation
Diffstat (limited to 'database/000_init.sql')
-rw-r--r-- | database/000_init.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/database/000_init.sql b/database/000_init.sql index b9f4f23..e4e180c 100644 --- a/database/000_init.sql +++ b/database/000_init.sql @@ -8,3 +8,4 @@ CREATE TABLE users ( email TEXT, created_at DATE DEFAULT (datetime('now')) ); +-- TODO deleted column |