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
ebe6b6bb
authored
Nov 08, 2017
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
new-grid adapt2 revision
parent
027fb0df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
sails/roles/database/files/new-grid-system-adapt2.sql
sails/roles/database/files/new-grid-system-adapt2.sql
View file @
ebe6b6bb
...
@@ -41,7 +41,11 @@ FROM stu_picto, picto_exp
...
@@ -41,7 +41,11 @@ FROM stu_picto, picto_exp
WHERE
WHERE
stu_picto
.
id_child_grid
IS
NOT
NULL
AND
stu_picto
.
id_child_grid
IS
NOT
NULL
AND
stu_picto
.
id_pic
=
picto_exp
.
id_pic
AND
stu_picto
.
id_pic
=
picto_exp
.
id_pic
AND
picto_exp
.
lang
=
'es-es'
;
picto_exp
.
lang
=
'es-es'
LIMIT
1
;
-- NOTA: LIMIT 1 es para los casos en los que tenemos varias expresiones para
-- el mismo picto en el mismo idioma
-- Pictos hijos: los asociamos a su escena correspondiente
-- Pictos hijos: los asociamos a su escena correspondiente
...
...
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