Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b75e62df
authored
Nov 06, 2017
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
minor change in new-grid-update
parent
1961e64d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sails/roles/database/files/new-grid-system-adapt.sql
sails/roles/database/files/new-grid-system-adapt.sql
View file @
b75e62df
...
@@ -100,7 +100,7 @@ BEGIN
...
@@ -100,7 +100,7 @@ BEGIN
SET
LID
=
LAST_INSERT_ID
();
SET
LID
=
LAST_INSERT_ID
();
-- Esta nueva escena es siempre hija de algun pictograma, lo busco para asociarlo a dicha escena
-- Esta nueva escena es siempre hija de algun pictograma, lo busco para asociarlo a dicha escena
SELECT
id_pic
FROM
picto_exp
WHERE
`text`
=
_grid_name
INTO
_id_pic
;
SELECT
id_pic
FROM
picto_exp
WHERE
`text`
=
_grid_name
COLLATE
utf8_general_ci
INTO
_id_pic
;
SELECT
id
FROM
stu_picto
WHERE
id_pic
=
_id_pic
AND
id_stu
=
_id_stu
AND
id_child_grid
IS
NULL
LIMIT
1
INTO
_id_parent_picto
;
SELECT
id
FROM
stu_picto
WHERE
id_pic
=
_id_pic
AND
id_stu
=
_id_stu
AND
id_child_grid
IS
NULL
LIMIT
1
INTO
_id_parent_picto
;
-- Actualizo id_child_grid para el pictograma padre
-- Actualizo id_child_grid para el pictograma padre
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment