vmware-nsx/vmware_nsx/db/migration/alembic_migrations/versions/mitaka
Zhongcheng Lao 8a31b31035 Ensure migrate script pass on newer MySQL
MySQL 5.7 do not allow PK values defaults to NULL which fails the
migration step and the following message is prompted.

 'All parts of a PRIMARY KEY must be NOT NULL;
  if you need NULL in a key, use UNIQUE instead'

Also refer to #1567899 for more detail.

Change-Id: Ia16405cd593a0a67e7c7ae68a3977b74cc673d0b
2016-05-25 16:58:12 +08:00
..
expand Ensure migrate script pass on newer MySQL 2016-05-25 16:58:12 +08:00