Yes, I am running into the same issue. The problem is that DatabaseCreator is not currently invoking DatabaseUpgradeChecker. I just checked in Commit 5b760f903f1a3145f62d05c1d3c142b710248026 to address this issue, but still have one issue pending solution, that is, how to tell DatabaseCreator to look into setup/db folder to look for those sql script in pom.xml. So far we haven't found a solution yet. A temporary workaround is to copy setup/db/db to your project basedir.
Thanks -min On 2/22/13 3:13 PM, "Vijayendra Bhamidipati" <vijayendra.bhamidip...@citrix.com> wrote: >How exactly are db upgrade scripts kicked off during a fresh db install >on the master branch? > >When I deploy a fresh db off the ACS master using : mvn -e -P developer >-pl developer -Ddeploydb, I don't see the tables specified in >setup/db/db/schema-40to410.sql or setup/db/db/schema-410to420.sql getting >created. > >The version in the create-schema.sql is 4.0.0 and the same shows up in >the newly created db when I do a select * from version; > >How do I ensure that when deploying a fresh db, the tables specified in >schema40to410.sql and schema-410to420.sql get created? > >Regards, >Vijay