Skip to content
Extraits de code Groupes Projets

Category and type update

Fusionnées Kubat a demandé de fusionner update-type-categories vers master
2 files
+ 5
5
Comparer les modifications
  • Côte à côte
  • En ligne

Fichiers

+ 3
3
@@ -30,8 +30,8 @@ CREATE TABLE IF NOT EXISTS kara_type
);
INSERT OR REPLACE INTO kara_type (id, name) VALUES
(1, 'ED/d*'), (2, 'OP/d*'), (3, 'AMV'), (4, 'IS'), (5, 'VOCA'), (6, 'LIVE'),
(7, 'CDG'), (8, 'PV'), (9, 'MV'), (10, 'VT');
(1, 'ED/d*'), (2, 'OP/d*'), (3, 'AMV'), (4, 'IS'), (6, 'LIVE'),
(7, 'CDG'), (8, 'PV'), (9, 'MV');
CREATE TABLE IF NOT EXISTS kara_category
( id INTEGER PRIMARY KEY
@@ -39,7 +39,7 @@ CREATE TABLE IF NOT EXISTS kara_category
);
INSERT OR REPLACE INTO kara_category (id, name) VALUES
(1, 'vo'), (2, 'va'), (3, 'amv'), (4, 'cdg'), (5, 'autres');
(1, 'vo'), (2, 'va'), (3, 'amv'), (4, 'cdg'), (5, 'autres'), (6, 'vocaloid');
CREATE TABLE IF NOT EXISTS language
( id INTEGER PRIMARY KEY
Chargement en cours