Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
D-GENIES
Commits
de395167
Commit
de395167
authored
Jul 04, 2018
by
Floreal Cabanettes
Browse files
Fix db
parent
b84f1aca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dgenies/database.py
View file @
de395167
...
...
@@ -134,7 +134,7 @@ if MODE == "webserver":
query_size
=
IntegerField
(
null
=
True
)
mail_client
=
CharField
()
batch_type
=
CharField
(
max_length
=
20
)
job_type
=
CharField
(
max_length
=
5
,
default
=
"unk
nown
"
)
job_type
=
CharField
(
max_length
=
5
,
default
=
"unk"
)
status
=
CharField
(
max_length
=
20
,
default
=
"unknown"
)
if
not
Analytics
.
table_exists
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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