Method: Sequel::TimestampMigrator#applied_migrations
- Defined in:
- lib/sequel/extensions/migration.rb
permalink #applied_migrations ⇒ Object (readonly)
Array of strings of applied migration filenames
694 695 696 |
# File 'lib/sequel/extensions/migration.rb', line 694 def applied_migrations @applied_migrations end |