Sha256: 285664277ec4f5d7c94e126a014364526af42e349cc0438eea4c906e8a77fd63

Contents?: true

Size: 158 Bytes

Versions: 7

Compression:

Stored size: 158 Bytes

Contents

class CreateFrameyTables < ActiveRecord::Migration
  def self.up
    SCHEMA_AUTO_INSERTED_HERE
  end

  def self.down
    drop_table :framey_videos
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
framey-1.2.7 lib/rails/generators/framey/templates/migration.rb
framey-1.2.5 lib/rails/generators/framey/templates/migration.rb
framey-1.2.4 lib/rails/generators/framey/templates/migration.rb
framey-1.2.3 lib/rails/generators/framey/templates/migration.rb
framey-1.2.2 lib/rails/generators/framey/templates/migration.rb
framey-1.2.1 lib/rails/generators/framey/templates/migration.rb
framey-1.2.0 lib/rails/generators/framey/templates/migration.rb