Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
9d7d21c6
Commit
9d7d21c6
authored
Apr 08, 2015
by
Vidjil Team
Committed by
Mathieu Giraud
Apr 08, 2015
Browse files
models/db.py: autodelete back to True
parent
9af50bf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/models/db.py
View file @
9d7d21c6
...
...
@@ -3,7 +3,8 @@
import
defs
from
gluon
import
current
AUTODELETE
=
False
# AUTODELETE should be set to False before any maintenance operation on the DB
AUTODELETE
=
True
#########################################################################
## This scaffolding model makes your app work on Google App Engine too
...
...
@@ -171,7 +172,6 @@ db.define_table('analysis_file',
length
=
4294967295
,
autodelete
=
AUTODELETE
))
## after defining tables, uncomment below to enable auditing
auth
.
enable_record_versioning
(
db
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment