Compare commits

..

3 commits

Author SHA1 Message Date
Benjamin Renard
05a6c19264
Translate application's messages with english as default and add french translation 2024-09-22 18:39:11 +02:00
Benjamin Renard
28e6e167ee
Introduce some pre-commit hooks 2024-09-21 17:23:21 +02:00
Benjamin Renard
84716b4527
Implement server scases data synchronization 2024-09-21 17:07:52 +02:00

View file

@ -23,6 +23,7 @@ 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 (