mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
Optimize space deletion process
Utilize multiple SQL transactions to close out the space deletion process.
This commit is contained in:
parent
d05052a5b4
commit
d281621d90
5 changed files with 804 additions and 795 deletions
|
@ -17,6 +17,8 @@ echo "Copying Ember assets folder"
|
|||
robocopy /e /NFL /NDL /NJH gui\dist-prod\assets embed\bindata\public\assets
|
||||
echo "Copying Ember codemirror folder"
|
||||
robocopy /e /NFL /NDL /NJH gui\dist-prod\codemirror embed\bindata\public\codemirror
|
||||
echo "Copying Ember prism folder"
|
||||
robocopy /e /NFL /NDL /NJH gui\dist-prod\prism embed\bindata\public\prism
|
||||
echo "Copying Ember tinymce folder"
|
||||
robocopy /e /NFL /NDL /NJH gui\dist-prod\tinymce embed\bindata\public\tinymce
|
||||
echo "Copying Ember sections folder"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue