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
63611c06
Commit
63611c06
authored
10 years ago
by
Florian Azizian
Browse files
Options
Downloads
Patches
Plain Diff
FEAT
#1854
update delete_all_ressources.sql
parent
094f2529
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
core/trunk/delete_all_ressources.sql
+23
-4
23 additions, 4 deletions
core/trunk/delete_all_ressources.sql
with
23 additions
and
4 deletions
core/trunk/delete_all_ressources.sql
+
23
−
4
View file @
63611c06
/* Warning : This script erase all data in
Maarch Entreprise
. It keeps in database parameters */
/* Warning : This script erase all data in
the application Maarch
. It keeps in database parameters */
TRUNCATE
TABLE
cases
;
TRUNCATE
TABLE
cases_res
;
TRUNCATE
TABLE
contacts
;
TRUNCATE
TABLE
contacts_v2
;
TRUNCATE
TABLE
contact_addresses
;
TRUNCATE
TABLE
contact_types
;
TRUNCATE
TABLE
contact_purposes
;
TRUNCATE
TABLE
contacts_res
;
TRUNCATE
TABLE
listinstance
;
TRUNCATE
TABLE
history
;
TRUNCATE
TABLE
history_batch
;
TRUNCATE
TABLE
mlb_coll_ext
;
TRUNCATE
TABLE
notes
;
TRUNCATE
TABLE
note_entities
;
TRUNCATE
TABLE
mlb_coll_ext
;
TRUNCATE
TABLE
res_letterbox
;
TRUNCATE
TABLE
res_version_letterbox
;
TRUNCATE
TABLE
res_x
;
TRUNCATE
TABLE
res_attachments
;
TRUNCATE
TABLE
saved_queries
;
TRUNCATE
TABLE
lc_stack
;
TRUNCATE
TABLE
adr_x
;
\ No newline at end of file
TRUNCATE
TABLE
adr_x
;
TRUNCATE
TABLE
tags
;
TRUNCATE
TABLE
sendmail
;
TRUNCATE
TABLE
notif_event_stack
;
TRUNCATE
TABLE
notif_email_stack
;
\ No newline at end of file
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