Page 1 of 1

Broadleaf framework 2.3.0-M2-5

Posted: Mon Jun 24, 2013 3:24 am
by staleks
Hi all,

is there any 'Migration notes' document that I can look into to see what has been changed in DB from version 2.2.0-GA -> 2.3.0-M2-5 ?

Is there 'DemoSite' for 2.3.0-M2-5?

Thank You

Re: Broadleaf framework 2.3.0-M2-5

Posted: Tue Jun 25, 2013 10:16 am
by phillipuniverse
Check out the build-update-sql ant task in your build.xml. The idea behind this is that you can point it to your existing database and it will generate a SQL file in target/sql suitable for running against your database to update your schema. Before you run this ant task you will need to update the version of Broadleaf in your pom.

Re: Broadleaf framework 2.3.0-M2-5

Posted: Tue Jun 25, 2013 10:42 am
by staleks
Thank you Phillip,

I am not using ANT (just Maven). That is why I missed it :)

Anyway thnx for help.