Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
275cf0fb
Commit
275cf0fb
authored
4 years ago
by
Guillaume Heurtier
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #13271 TIME 1:00 fix migration
parent
9393bc64
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
migration/20.10/2010.sql
+3
-3
3 additions, 3 deletions
migration/20.10/2010.sql
with
3 additions
and
3 deletions
migration/20.10/2010.sql
+
3
−
3
View file @
275cf0fb
...
...
@@ -287,9 +287,9 @@ ALTER TABLE entities DROP COLUMN IF EXISTS producer_service;
ALTER
TABLE
entities
ADD
COLUMN
producer_service
character
varying
(
255
);
UPDATE
entities
SET
producer_service
=
entity_id
;
UPDATE
component
=
'sendToRecordManagementAction'
where
action_page
=
'export_seda'
;
UPDATE
component
=
'checkAcknowledgmentRecordManagementAction'
where
action_page
=
'check_acknowledgement'
;
UPDATE
component
=
'checkReplyRecordManagementAction'
where
action_page
=
'check_reply'
;
UPDATE
actions
SET
component
=
'sendToRecordManagementAction'
where
action_page
=
'export_seda'
;
UPDATE
actions
SET
component
=
'checkAcknowledgmentRecordManagementAction'
where
action_page
=
'check_acknowledgement'
;
UPDATE
actions
SET
component
=
'checkReplyRecordManagementAction'
where
action_page
=
'check_reply'
;
/* RE CREATE VIEWS */
CREATE
OR
REPLACE
VIEW
res_view_letterbox
AS
...
...
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