Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Sequel instead of custom raw SQL
- this allows bundle exec rake to work with mysql - it loses database constraints, which are now only enforced by the renew function in AsgLatestUpdate - would be nice to keep the database constraint, but we couldn't figure out why the sequel migration didn't like the CREATE UNIQUE INDEX line for mysql (it was fine with postgres) Co-authored-by: Michael Oleske <[email protected]> Co-authored-by: David Alvarado <[email protected]>
- Loading branch information