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

Trigger correction in the database

parent ca5691a4
Branches
Étiquettes
1 requête de fusion!25Search functions
......@@ -109,7 +109,7 @@ INSERT INTO misc (id) VALUES (42);
CREATE VIEW IF NOT EXISTS view_kara AS
SELECT
id,
(category || '/' || source_name || ' - ' || song_type || ' - ' || song_name || ' [' || author_name || ']') AS string,
(category || '/' || source_name || ' - ' || song_type || ' - ' || song_name) AS string,
file_path
FROM kara
;
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