lightster / hodor

🚪 A worker queue that is evolving to a job queue
MIT License
4 stars 1 forks source link

Explicitly name sequence and primary key names #274

Closed lightster closed 7 years ago

lightster commented 7 years ago

In rare circumstances (when someone has been messing with the DB ;P ), the inferred sequence table and primary key names are appended with numbers. We can avoid numbers being appended by explicitly providing the sequence table and primary key names.

Issue #85