Changeset 174 for trunk/grails-app/conf


Ignore:
Timestamp:
Oct 29, 2009, 11:46:14 AM (14 years ago)
Author:
gav
Message:

Comments in DataSource?.groovy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/DataSource.groovy

    r171 r174  
    99}
    1010
    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.
    1313// create:       Create the database if it doesn't exist, but don't modify it if it does. Deletes existing data.
    1414// 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.
    1518environments {
    1619    development {
Note: See TracChangeset for help on using the changeset viewer.