Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchParapheur
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor 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
Maarch
MaarchParapheur
Commits
be60263b
Verified
Commit
be60263b
authored
4 years ago
by
Florian Azizian
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #16511 TIME 0:10 update delete_all_ressources
parent
3dbb3ec7
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sql/delete_all_ressources.sql
+14
-2
14 additions, 2 deletions
sql/delete_all_ressources.sql
with
14 additions
and
2 deletions
sql/delete_all_ressources.sql
+
14
−
2
View file @
be60263b
...
...
@@ -6,8 +6,20 @@ ALTER SEQUENCE history_id_seq restart WITH 1;
TRUNCATE
TABLE
main_documents
;
ALTER
SEQUENCE
main_documents_id_seq
restart
WITH
1
;
TRUNCATE
TABLE
adr_main_documents
;
ALTER
SEQUENCE
adr_main_documents_id_seq
restart
WITH
1
;
TRUNCATE
TABLE
attachments
;
ALTER
SEQUENCE
attachments_id_seq
restart
WITH
1
;
TRUNCATE
TABLE
users_signatures
;
ALTER
SEQUENCE
users_signatures_id_seq
restart
WITH
1
;
TRUNCATE
TABLE
adr_attachments
;
ALTER
SEQUENCE
adr_attachments_id_seq
restart
WITH
1
;
TRUNCATE
TABLE
emails
;
ALTER
SEQUENCE
emails_id_seq
restart
WITH
1
;
TRUNCATE
TABLE
password_history
;
ALTER
SEQUENCE
password_history_id_seq
restart
WITH
1
;
TRUNCATE
TABLE
workflows
;
ALTER
SEQUENCE
workflows_id_seq
restart
WITH
1
;
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