Skip to content
  • Matthew Draper's avatar
    1df47b8c
    Extract AbstractAdapter#schema_version · 1df47b8c
    Matthew Draper authored
    We don't want migration_context in general to be public API, but this is
    a reasonable question for a user to ask.
    
    Similarly, schema cache shouldn't need to reach into private details of
    the migrations API, and this way it doesn't have to.
    1df47b8c
    Extract AbstractAdapter#schema_version
    Matthew Draper authored
    We don't want migration_context in general to be public API, but this is
    a reasonable question for a user to ask.
    
    Similarly, schema cache shouldn't need to reach into private details of
    the migrations API, and this way it doesn't have to.
Loading