You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So currently the migrations table has id, name, and run_on as columns. I am proposing to either add a sql column to actually save off what has run for traceability.
Granted this is pumped to stdout and could just be utilized in your CI architecture.
Even if this is not accepted would it be possible to make createMigrationsTable's options more flexible so that custom columns could be added more easily.
So currently the
migrations
table hasid
,name
, andrun_on
as columns. I am proposing to either add asql
column to actually save off what has run for traceability.Granted this is pumped to stdout and could just be utilized in your CI architecture.
Even if this is not accepted would it be possible to make
createMigrationsTable
's options more flexible so that custom columns could be added more easily.Seems hardcoded here
The text was updated successfully, but these errors were encountered: