Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
asqatasun
Asqatasun
Commits
41668c2b
Commit
41668c2b
authored
Mar 29, 2016
by
Fabrice Gangler
Browse files
remove rules RGAA v2 : fix PROCEDURE_contract_create.sql for install script
parent
fee30d33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
web-app/tgol-resources/src/main/resources/sql-management/PROCEDURE_contract_create.sql
...in/resources/sql-management/PROCEDURE_contract_create.sql
+2
-2
No files found.
web-app/tgol-resources/src/main/resources/sql-management/PROCEDURE_contract_create.sql
View file @
41668c2b
...
...
@@ -26,8 +26,8 @@ CREATE DEFINER=`$myDatabaseUser`@`localhost` PROCEDURE `contract_create`(
BEGIN
-- CONSTANTS hard-coded values from table TGSI_REFERENTIAL
DECLARE
referential_id_RGAA3
int
DEFAULT
3
;
DECLARE
referential_id_SEO
int
DEFAULT
4
;
DECLARE
referential_id_RGAA3
int
DEFAULT
2
;
DECLARE
referential_id_SEO
int
DEFAULT
3
;
-- CONSTANTS hard-coded values from table TGSI_FUNCTIONALITY
DECLARE
audit_type_id_page
int
DEFAULT
1
;
...
...
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