Method: Sequel::TimestampMigrator#is_current?
- Defined in:
- lib/sequel/extensions/migration.rb
#is_current? ⇒ Boolean
The timestamp migrator is current if there are no migrations to apply in either direction.
720 721 722 |
# File 'lib/sequel/extensions/migration.rb', line 720 def is_current? migration_tuples.empty? end |