]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix sqlalchemy DateTime type usage
authorAnn Kamyshnikova <akamyshnikova@mirantis.com>
Tue, 12 Nov 2013 11:49:43 +0000 (15:49 +0400)
committerAnn Kamyshnikova <akamyshnikova@mirantis.com>
Tue, 12 Nov 2013 11:52:50 +0000 (15:52 +0400)
commite2163abce55bba83f531b4a0c9286b7b329602e9
treed2af0c44e43a281e45ecd054e1ac0228560520c8
parentb1d56ed1a6dc1397d1706d6f7186d760f921779b
Fix sqlalchemy DateTime type usage

In migration f9263d6df56_remove_dhcp_lease there is mistake in
DateTime type usage for mysql, used sa.DATETIME() instead of
sa.DateTime()

Closes-Bug: #1250405

Change-Id: I41fcd3babc64e3307895a92f03c7417577fa7b1d
neutron/db/migration/alembic_migrations/versions/f9263d6df56_remove_dhcp_lease.py