You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for writing this, Erik! I used and enjoyed this gem on an earlier project that used Postgres. I recently dropped it into a MySQL project with several existing lookup tables, and everything seemed to work. (I didn't use the migration macro to create the tables—they were already there).
If you have more info on the checklist above, I'd be happy to take a crack at this. What else needs to change?
I got the specs running against MySQL this weekend...looks like the only changes necessary are in the migration options ('smallserial' needs to become 'smallint' and index columns need a length option).
pg, jdbc-postgresql-adapter
The text was updated successfully, but these errors were encountered: