Method: Cassie::Schema::ApplyCommand#execute

Defined in:
lib/cassie/schema/apply_command.rb

#executeObject



13
14
15
16
# File 'lib/cassie/schema/apply_command.rb', line 13

def execute
  version.migration.up
  apply
end