- Timestamp:
- Oct 29, 2009, 11:46:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/DataSource.groovy
r171 r174 9 9 } 10 10 11 // Environment specific settings.12 // create-drop: Drop and re-create the database between sessions. Deletes existing data.11 // dbCreate options. 12 // create-drop: Drop and re-create the database tables on restart. Deletes existing data. 13 13 // create: Create the database if it doesn't exist, but don't modify it if it does. Deletes existing data. 14 14 // update: Create the database if it doesn't exist, and modify it if it does exist. Keep data. 15 // If nothing specified then do nothing to database schema. 16 17 // Environment specific settings. 15 18 environments { 16 19 development {
Note: See TracChangeset
for help on using the changeset viewer.