Compare commits

..

3 commits

Author SHA1 Message Date
Benjamin Renard
942d39d755
Translate application's messages with english as default and add french translation 2024-09-22 18:45:33 +02:00
Benjamin Renard
60b8e5cb53
Introduce some pre-commit hooks 2024-09-22 18:45:32 +02:00
Benjamin Renard
67a89bb091
Implement server scases data synchronization 2024-09-22 18:45:31 +02:00

View file

@ -23,7 +23,6 @@ CREATE TABLE scases (
name text NOT NULL, name text NOT NULL,
last_change REAL NOT NULL, last_change REAL NOT NULL,
removed INTEGER NOT NULL removed INTEGER NOT NULL
FOREIGN KEY(username) REFERENCES artist(artistid)
); );
CREATE TABLE categories ( CREATE TABLE categories (