Silly read only databases...
This commit is contained in:
+6
-2
@@ -10,8 +10,12 @@ default: &default
|
||||
timeout: 5000
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
database: storage/development.sqlite3
|
||||
adapter: sqlite3
|
||||
#database: "file:db/anat_proj.db?mode=ro"
|
||||
database: "db/anat_proj.db"
|
||||
#readonly: true
|
||||
pool: 5
|
||||
timeout: 5000
|
||||
|
||||
# Warning: The database defined as "test" will be erased and
|
||||
# re-generated from your development database when you run "rake".
|
||||
|
||||
Reference in New Issue
Block a user