Closed tagliala closed 4 months ago
Improve CI
Stable builds:
Experimental builds:
Fixes:
Updates:
Readability:
Fix Rails 7.1 compatibility
Also:
ActiveRecord:
Base.connection_pool.schema_migration.table_name
Base.connection.schema_migration.table_name
SchemaMigration.table_name
Use respond_to? to determine the schema migration table name
respond_to?
Close #106
This fixes a bug that's currently affecting people. It would be fantastic if this were released.
Improve CI
Stable builds:
Experimental builds:
Fixes:
Updates:
Readability:
Fix Rails 7.1 compatibility
Also:
ActiveRecord:
Base.connection_pool.schema_migration.table_name
Base.connection.schema_migration.table_name
SchemaMigration.table_name
Use
respond_to?
to determine the schema migration table nameClose #106