Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
web-GFC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libriciel
webgfc
web-GFC
Commits
4efcccf0
Commit
4efcccf0
authored
11 months ago
by
Arnaud AUZOLAT
Browse files
Options
Downloads
Patches
Plain Diff
Correction SQL
parent
0b0be104
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Checking pipeline status
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/Config/sql/319_patch_3.1.21.sql
+1
-1
1 addition, 1 deletion
app/Config/sql/319_patch_3.1.21.sql
with
1 addition
and
1 deletion
app/Config/sql/319_patch_3.1.21.sql
+
1
−
1
View file @
4efcccf0
...
...
@@ -24,6 +24,6 @@ SELECT add_missing_table_field ('public', 'contacts', 'cedex', 'VARCHAR(15)');
SELECT
add_missing_table_field
(
'public'
,
'organismes'
,
'cedex'
,
'VARCHAR(15)'
);
INSERT
INTO
metadonnees
(
id
,
name
,
typemetadonnee_id
,
champfusion
,
created
,
modified
,
active
,
isrepercutable
)
VALUES
(
'-1'
,
'Date de clôture'
,
1
,
'dateclos'
,
now
(),
now
(),
true
,
true
);
INSERT
INTO
dacos
(
id
,
model
,
foreign_key
,
alias
,
lft
,
rght
)
VALUES
(
-
3
,
'Metadonnee'
,
'-1'
,
'Date_de_clôture.-1'
,
(
SELECT
max
(
dacos
.
lft
)
+
1
FROM
dacos
),
(
SELECT
max
(
dacos
.
rght
)
+
1
FROM
dacos
));
COMMIT
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment