Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 4541311b rédigé par Kubat's avatar Kubat
Parcourir les fichiers

SQL schema corrections.

parent a96b99d2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!37shuffle
......@@ -69,7 +69,7 @@ CREATE TABLE IF NOT EXISTS kara_playlist
CREATE TABLE IF NOT EXISTS queue
( position INTEGER PRIMARY KEY AUTOINCREMENT CHECK(position > 0)
, kara_id INTEGER REFERENCES kara
, priority INTEGER -- NOT NULL
, priority INTEGER NOT NULL DEFAULT 1 CHECK(priority > 0 AND priority < 6)
);
-- Some notes:
......
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