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
e6d94cf3
authored
Nov 06, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
procedure name fix
parent
5afc328e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
sails/roles/database/files/grid-adapt.sql
sails/roles/database/files/new-grid-system-adapt.sql
sails/roles/database/files/grid-adapt.sql
View file @
e6d94cf3
...
@@ -8,8 +8,8 @@ SET FOREIGN_KEY_CHECKS = 1;
...
@@ -8,8 +8,8 @@ SET FOREIGN_KEY_CHECKS = 1;
DELIMITER
$$
DELIMITER
$$
DROP
PROCEDURE
IF
EXISTS
grid
-
adapt
$$
DROP
PROCEDURE
IF
EXISTS
grid
_
adapt
$$
CREATE
PROCEDURE
grid
-
adapt
()
CREATE
PROCEDURE
grid
_
adapt
()
BEGIN
BEGIN
DECLARE
_id_stu
INT
;
DECLARE
_id_stu
INT
;
DECLARE
_id_sup
INT
;
DECLARE
_id_sup
INT
;
...
@@ -62,4 +62,4 @@ BEGIN
...
@@ -62,4 +62,4 @@ BEGIN
END
$$
END
$$
DELIMITER
;
DELIMITER
;
CALL
grid
-
adapt
();
CALL
grid
_
adapt
();
sails/roles/database/files/new-grid-system-adapt.sql
View file @
e6d94cf3
DELIMITER
$$
DELIMITER
$$
DROP
PROCEDURE
IF
EXISTS
new
GridS
ystem
$$
DROP
PROCEDURE
IF
EXISTS
new
_grid_s
ystem
$$
CREATE
PROCEDURE
new
GridS
ystem
()
CREATE
PROCEDURE
new
_grid_s
ystem
()
BEGIN
BEGIN
...
@@ -116,4 +116,4 @@ BEGIN
...
@@ -116,4 +116,4 @@ BEGIN
END
$$
END
$$
DELIMITER
;
DELIMITER
;
CALL
new
GridS
ystem
();
CALL
new
_grid_s
ystem
();
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