Sha256: 0c3d274714932fd103e9a409ec74407a9840e028ac01907e1fec7c2fce0218e2

Contents?: true

Size: 181 Bytes

Versions: 4

Compression:

Stored size: 181 Bytes

Contents

Sequel.migration do
  # Updates the database with the changes specified in the block.
  up do
    
  end
  
  # Reverts the changes made in the up() block.
  down do
    
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zen-0.2.8 proto/migration.rb
zen-0.2.7 proto/migration.rb
zen-0.2.6.1 proto/migration.rb
zen-0.2.6 proto/migration.rb