Fix dbmigration (#1277)

ENH: Support adding a '-- Generated by' comment to DDL including version and timestamp
This commit is contained in:
Roland Praml
2018-02-26 12:37:54 +13:00
committed by Rob Bygrave
parent 0e219a9bc6
commit 91cb5a23fd
55 changed files with 184 additions and 13 deletions
@@ -1,3 +1,4 @@
-- Migrationscripts for ebean unittest
-- apply changes
create table migtest_e_basic (
id integer identity(1,1) not null,