I have three tables: Project, Tasks, and Tags. When migrate the databases in development mode, everything works.
But when I run the rake db schema load command for production mode, it isn't migrating the "Tasks" table, hence the app doesn't work.
I looked at my production.log file, but there isn't anything there.
What am I missing here?
You can fork it over from github if you prefer: http://github.com/senthilnambi/MultipleM
I'm using sqlite3, btw.
Thanks