method

valid_migration_timestamp?

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

valid_migration_timestamp?(version)
private

No documentation available.

# File activerecord/lib/active_record/migration.rb, line 1384
      def valid_migration_timestamp?(version)
        version.to_i < (Time.now.utc + 1.day).strftime("%Y%m%d%H%M%S").to_i
      end