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
c4b1aca4
authored
May 29, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
scene-adapt.sql ES string
parent
b52811c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sails/roles/database/files/scene_adapt.sql
sails/roles/database/files/scene_adapt.sql
View file @
c4b1aca4
...
@@ -32,7 +32,7 @@ BEGIN
...
@@ -32,7 +32,7 @@ BEGIN
/* FIRST SCENE, ACTIVE, WITH CATEGORIES*/
/* FIRST SCENE, ACTIVE, WITH CATEGORIES*/
INSERT
INTO
`scene`
(
name
,
categories
,
id_stu
)
INSERT
INTO
`scene`
(
name
,
categories
,
id_stu
)
VALUES
(
'
with_categorie
s'
,
1
,
_id_stu
);
VALUES
(
'
Con categoría
s'
,
1
,
_id_stu
);
SET
LID
=
LAST_INSERT_ID
();
SET
LID
=
LAST_INSERT_ID
();
...
@@ -46,7 +46,7 @@ BEGIN
...
@@ -46,7 +46,7 @@ BEGIN
/* SECOND SCENE, NOT ACTIVE, NO CATEGORIES*/
/* SECOND SCENE, NOT ACTIVE, NO CATEGORIES*/
INSERT
INTO
`scene`
(
name
,
categories
,
id_sup
,
id_stu
)
INSERT
INTO
`scene`
(
name
,
categories
,
id_sup
,
id_stu
)
VALUES
(
'
no_categorie
s'
,
0
,
_id_sup
,
_id_stu
);
VALUES
(
'
Sin categoría
s'
,
0
,
_id_sup
,
_id_stu
);
SET
LID
=
LAST_INSERT_ID
();
SET
LID
=
LAST_INSERT_ID
();
...
...
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