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
0ac1742d
Verified
Commit
0ac1742d
authored
6 years ago
by
Damien
Browse files
Options
Downloads
Patches
Plain Diff
FIX #7704 Add user_signatures on delete all resources
parent
760fda15
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sql/delete_all_ressources.sql
+2
-0
2 additions, 0 deletions
sql/delete_all_ressources.sql
with
2 additions
and
0 deletions
sql/delete_all_ressources.sql
+
2
−
0
View file @
0ac1742d
...
@@ -74,6 +74,8 @@ ALTER SEQUENCE notif_event_stack_seq restart WITH 1;
...
@@ -74,6 +74,8 @@ ALTER SEQUENCE notif_event_stack_seq restart WITH 1;
TRUNCATE
TABLE
notif_email_stack
;
TRUNCATE
TABLE
notif_email_stack
;
ALTER
SEQUENCE
notif_email_stack_seq
restart
WITH
1
;
ALTER
SEQUENCE
notif_email_stack_seq
restart
WITH
1
;
TRUNCATE
TABLE
user_signatures
;
ALTER
SEQUENCE
user_signatures_id_seq
restart
WITH
1
;
/* reset chrono */
/* reset chrono */
UPDATE
parameters
SET
param_value_int
=
'1'
WHERE
id
=
'chrono_outgoing_'
||
extract
(
YEAR
FROM
current_date
);
UPDATE
parameters
SET
param_value_int
=
'1'
WHERE
id
=
'chrono_outgoing_'
||
extract
(
YEAR
FROM
current_date
);
...
...
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