spud-grails / spud-cms

Spud Grails CMS Module with Page, Menu, and Snippet Management
18 stars 6 forks source link

spud probably assuming dbCreate = "update" #13

Closed vonovak closed 1 year ago

vonovak commented 8 years ago

Hi, In my grails app (2.5.3) I'm using the database migrations plugin, and for that reason I changed the dbCreate = "create-drop" (which is the default development setting in datasources.groovy) to dbCreate = "" so that the plugin handles the changes. It seems to me that Spud is assuming that the user has not done this, because upon startup it was looking for its database tables, which were not there. If that's the case, it would be nice to mention it in the docs.

Thanks for the good work!!