Migrations and tweaks to facilitate sqlite-postgres switch

This commit is contained in:
2013-09-22 00:50:41 -07:00
parent 84525ca65f
commit df0e91c4ee
11 changed files with 106 additions and 41 deletions

5
.gitignore vendored
View File

@@ -9,6 +9,7 @@
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3.*
# Ignore all logfiles and tempfiles.
/log/*.log
@@ -17,5 +18,7 @@
# Ignore compiled assets
/public/assets
# Ignore config file
# Ignore config and database files (passwords)
/config/config.yml
/config/database.yml
/config/initializers/secret_token.rb