skandragon / thing

Apache License 2.0
8 stars 10 forks source link

Explicitly serialize 'tracks' in the schema for users table #149

Closed adigitalnative closed 3 months ago

adigitalnative commented 5 years ago

rake db:schema:load was hanging on the users table 'tracks' column, with the error can't quote Array

As per https://stackoverflow.com/questions/38953885/rails5-migration-cant-quote-array, I switched the line to serialize manually.

rake db:schema:load should now be functional.