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
6cada513
Commit
6cada513
authored
Jul 22, 2017
by
Maria Arsuaga Rios
Browse files
FTS-793
:Changing name table and primary keys for optimizer
parent
daaaba55
Pipeline
#165696
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/fts3/model/optimizer.py
View file @
6cada513
...
...
@@ -42,8 +42,8 @@ class OptimizerEvolution(Base):
class
Optimizer
(
Base
):
__tablename__
=
't_optimizer'
source_se
=
Column
(
String
(
150
),
nullable
=
True
)
dest_se
=
Column
(
String
(
150
),
nullable
=
True
)
source_se
=
Column
(
String
(
150
),
nullable
=
True
,
primary_key
=
True
)
dest_se
=
Column
(
String
(
150
),
nullable
=
True
,
primary_key
=
True
)
active
=
Column
(
Integer
)
datetime
=
Column
(
DateTime
)
nostreams
=
Column
(
Integer
)
...
...
Write
Preview
Supports
Markdown
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