Skip to content

Commit

Permalink
updated dataSource to update the database instead of create it
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Vlaminck committed Jan 10, 2012
1 parent c24dd06 commit f5a8da0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion grails-app/conf/DataSource.groovy
Expand Up @@ -25,7 +25,7 @@ environments {
}
production {
dataSource {
dbCreate = "create"
dbCreate = "update"
url = "jdbc:mysql://localhost/kands"
driverClassName = "com.mysql.jdbc.Driver"
username = "mealplanner"
Expand Down
Binary file modified target/kands-0.1.war
Binary file not shown.

0 comments on commit f5a8da0

Please sign in to comment.