Revision 29148653 snf-pithos-backend/pithos/backends/lib/sqlalchemy/alembic/versions/2a309a9a3438_fix_statistics_negat.py

b/snf-pithos-backend/pithos/backends/lib/sqlalchemy/alembic/versions/2a309a9a3438_fix_statistics_negat.py
24 24
    u = st.update().where(st.c.population < 0).values({'population': 0})
25 25
    op.execute(u)
26 26

  
27

  
27 28
def downgrade():
28 29
    pass

Also available in: Unified diff