jesjos / active_record_upsert

Upsert for Rails 5 / Active Record 5
MIT License
207 stars 51 forks source link

DB setup - after creating, add db/structure.sql #64

Closed olleolleolle closed 6 years ago

olleolleolle commented 6 years ago

Seems like the current setup procedure has issues with having things set up for the tests to run right.

Current broken way:

See https://travis-ci.org/jesjos/active_record_upsert/jobs/364455126#L635 for more details of this.

olleolleolle commented 6 years ago

Fixed in #65 - thanks @benedikt!