using mysql instead of sqlite in a rails app -
i'm not sure how find i'm looking here, i've cloned rails app else , using sqlite, how switch project on mysql? there no migrations has schema. thanks.
you don't need migration. rake db:setup
(or rake db:schema:load
)
edit: assuming schema schema.rb file. if it's sql file you'll have convert , run using mysql client.
Comments
Post a Comment