Skip to content
Extraits de code Groupes Projets

Réécriture de init.sql

1 fil de conversation non résolu
Fusionnées a demandé de fusionner schema vers master
1 fil de conversation non résolu
1 file
+ 1
0
Comparer les modifications
  • Côte à côte
  • En ligne
  • f1f95c50
    Update init.sql · f1f95c50
    Kubat rédigé
    Added the is_new column for every kara, to check if a kara is in the nouveau folder.
+ 1
0
@@ -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)
);
);
Chargement en cours