minor change in new-grid-update

parent ef269b75
...@@ -79,7 +79,7 @@ BEGIN ...@@ -79,7 +79,7 @@ BEGIN
-- La escena ya existe, asocio el pictograma a dicha escena -- La escena ya existe, asocio el pictograma a dicha escena
IF (_grid_instances = 1) THEN IF (_grid_instances = 1) THEN
SELECT id FROM grid WHERE name = _grid_name AND id_stu = _id_stu LIMIT 1 INTO _grid_id; SELECT id FROM grid WHERE name = _grid_name COLLATE utf8_general_ci AND id_stu = _id_stu LIMIT 1 INTO _grid_id;
-- Actualiza el id_grid al que pertenece el picto -- Actualiza el id_grid al que pertenece el picto
UPDATE stu_picto UPDATE stu_picto
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment