seixasfelipe / cleaners

Cleaners - Management Application
MIT License
2 stars 0 forks source link

simple sqlite patch #28

Closed fraga closed 11 years ago

fraga commented 11 years ago

To apply simply git apply sqlLite3.patch and your database config will only point to sqlite3. Make sure to run after rake db:create/migrate

fabianoalmeida commented 11 years ago

I didn't undertand the really utility of this patch. After that, we'll use SQLite instead Postgres? After I run git apply sqlLite3.patch what I have to do?

fraga commented 11 years ago

Today you are using postgres. If by any reason you want to use sqlLite3, instead of manually changing it you just apply this patch.

fabianoalmeida commented 11 years ago

Hmm... Great. I'm using SQLite3 yet. :blush: But I understood the idea.