karenc / db-migrator

GNU Affero General Public License v3.0
4 stars 5 forks source link

move schema_migrations table into a schema #25

Open reedstrm opened 8 years ago

reedstrm commented 8 years ago

Ahhh, name collisions :-) Schema serve as namespaces in SQL databases. I propose schema_migrations table be moved to dbmigrator.migrations. This serves to separate the config-driven data (migrations, updates, etc.) from the app data. This will minimize impact for anyone who wants to adopt dbmigrator for their SQL backed service. (I'd label this feature-request, but I don't have the perms)