Closed mmulich closed 8 years ago
As we discussed a few hours ago, 'init' enters existing migrations into the schema_migrations table. The problem is that our 'init' never finds the migrations in cnx-publishing, because this package is not currently in context. :frowning:
So... there are 2 things to fix here:
init
shouldn't mess with the data in the schema_migrations table if it already exists,--context=cnx-archive,cnx-publishing
.Hopefully resolved via #11
I've run into an error on 'migrate' after initializing a fresh database.
The following steps should reproduce the error:
Also, the schema_migrations database looks like this: