Skip to content
Snippets Groups Projects
Verified Commit eeb2456f authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

add a line that adds Monitoring app ipp if it did not exist yet

parent 5ac175e4
No related branches found
No related tags found
1 merge request!55Resolve "Merge dashboard and dashboard-backend repos"
......@@ -22,6 +22,9 @@ def upgrade():
op.add_column('app', sa.Column('url', sa.String(length=128), nullable=True))
# ### end Alembic commands ###
# Add monitoring app
op.execute(f'INSERT IGNORE INTO app (`name`, `slug`) VALUES ("Monitoring","monitoring")')
def downgrade():
# ### commands auto generated by Alembic - please adjust! ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment