new-grid adapt2 revision

parent d7a4cfd1
...@@ -2,7 +2,8 @@ SET FOREIGN_KEY_CHECKS = 0; ...@@ -2,7 +2,8 @@ SET FOREIGN_KEY_CHECKS = 0;
-- Purgamos base de datos antes -- Purgamos base de datos antes
DELETE FROM stu_picto WHERE id_scene NOT IN (SELECT s.id FROM scene s); DELETE FROM stu_picto WHERE id_scene NOT IN (SELECT s.id FROM scene s);
ALTER TABLE `stu_picto` DROP FOREIGN KEY `id_scene`; ALTER TABLE `stu_picto` DROP FOREIGN KEY `stu_picto_scene_fk`;
ALTER TABLE `stu_picto` DROP INDEX `stu_picto_scene_fk`;
-- ---------------------------------------------------------------------------- -- ----------------------------------------------------------------------------
-- CAMBIOS EN EL SCHEMA DE pictodb -- CAMBIOS EN EL SCHEMA DE pictodb
......
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