Skip to content
Extraits de code Groupes Projets
Valider f1f95c50 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

Update init.sql

Added the is_new column for every kara, to check if a kara is in the nouveau folder.
parent bf9d0758
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!1Réécriture de init.sql
Ce commit fait partie de la requête de fusion !1. Les commentaires créés ici seront créés dans le contexte de cette requête de fusion.
...@@ -13,6 +13,7 @@ CREATE TABLE IF NOT EXISTS kara ...@@ -13,6 +13,7 @@ CREATE TABLE IF NOT EXISTS kara
, category INTEGER NOT NULL REFERENCES kara_category , category INTEGER NOT NULL REFERENCES kara_category
, language TEXT REFERENCES language , language TEXT REFERENCES language
, file_path TEXT NOT NULL , file_path TEXT NOT NULL
, is_new INTEGER NOT NULL
, author_name TEXT , author_name TEXT
, author_year INTEGER CHECK(author_year > 0) , author_year INTEGER CHECK(author_year > 0)
); );
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter