Sha256: fcfe36403dc0c8cecc3456a9968de530e8ecdb93559ead1382dbd9d12cbe2f75

Contents?: true

Size: 166 Bytes

Versions: 24

Compression:

Stored size: 166 Bytes

Contents

class CreateDiscoAppSettings < ActiveRecord::Migration
  def change
    create_table :disco_app_app_settings do |t|

      t.timestamps null: false
    end
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
disco_app-0.10.4 db/migrate/20160223111044_create_disco_app_settings.rb
disco_app-0.10.5 db/migrate/20160223111044_create_disco_app_settings.rb
disco_app-0.11.0 db/migrate/20160223111044_create_disco_app_settings.rb
disco_app-0.11.1 db/migrate/20160223111044_create_disco_app_settings.rb