Skip to content
Snippets Groups Projects
Commit 4a064254 authored by Bonnin Xavier's avatar Bonnin Xavier
Browse files

Merge branch 'develop'

parents 522d42a6 d7a2d32c
Branches
Tags 0.6.2
No related merge requests found
......@@ -6,12 +6,12 @@
"description": "Main plugin to operate POPPY"
},
"release": {
"version": "0.6.1",
"date": "2020-02-21",
"version": "0.6.2",
"date": "2020-03-20",
"author": "POPPy team",
"contact": "roc.support@sympa.obspm.fr",
"institute": "LESIA",
"modification": "job_log_id is not necessary unique in job_exception table",
"modification": "Update job init model",
"url": "https://gitlab.obspm.fr/POPPY/POP"
},
"tasks": [
......
......@@ -48,7 +48,6 @@ def upgrade():
sa.Column('exception_msg', sa.String(), nullable=False),
sa.ForeignKeyConstraint(['job_log_id'], ['poppy.job_log.id_job_log'], ),
sa.PrimaryKeyConstraint('id_job_exception'),
sa.UniqueConstraint('job_log_id'),
schema='poppy'
)
......
......@@ -32,4 +32,4 @@ class TestDbCommands(CommandTestCase):
self.run_command(command)
# check the revision hash/name
assert context.get_current_revision() == 'a976cd33d39f'
assert context.get_current_revision() == 'poppy_pop_0001_initial'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment