Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
62442301
Commit
62442301
authored
Dec 02, 2016
by
Alejandro Alvarez Ayllon
Browse files
FTS-817
: t_log_file fixed
parent
8d4ee7f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fts3/model/file.py
View file @
62442301
...
...
@@ -58,8 +58,8 @@ class File(Base):
staging_finished
=
Column
(
DateTime
)
selection_strategy
=
Column
(
String
(
255
))
bringonline_token
=
Column
(
String
(
255
))
log_file
=
Column
(
't_log_file'
,
String
(
2048
))
log_debug
=
Column
(
'
t_
log_file_debug'
,
Integer
)
log_file
=
Column
(
String
(
2048
))
log_debug
=
Column
(
'log_file_debug'
,
Integer
)
activity
=
Column
(
String
(
255
),
default
=
'default'
)
wait_timestamp
=
Column
(
DateTime
)
wait_timeout
=
Column
(
Integer
)
...
...
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