Sha256: 7dbeb1417549a83d851f0ec31faa0cca1c208307269632c2233bd0109af698e7

Contents?: true

Size: 379 Bytes

Versions: 16

Compression:

Stored size: 379 Bytes

Contents

class CreateOauthProviders < ActiveRecord::Migration
  def change
    create_table :oauth_providers do |t|
      t.string :name, null: false
      t.string :site, null: false
      t.string :authorize_path, null: false
      t.string :token_path, null: false
      t.string :client_id, null: false
      t.string :client_secret, null: false

      t.timestamps
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
houston-core-0.9.2 db/migrate/20160419230411_create_oauth_providers.rb
houston-core-0.9.1 db/migrate/20160419230411_create_oauth_providers.rb
houston-core-0.9.0 db/migrate/20160419230411_create_oauth_providers.rb
houston-core-0.9.0.rc1 db/migrate/20160419230411_create_oauth_providers.rb
houston-core-0.8.4 db/migrate/20160419230411_create_oauth_providers.rb
houston-core-0.8.3 db/migrate/20160419230411_create_oauth_providers.rb
houston-core-0.8.2 db/migrate/20160419230411_create_oauth_providers.rb
houston-core-0.8.1 db/migrate/20160419230411_create_oauth_providers.rb
houston-core-0.8.0 db/migrate/20160419230411_create_oauth_providers.rb
houston-core-0.8.0.pre2 db/migrate/20160419230411_create_oauth_providers.rb
houston-core-0.8.0.pre db/migrate/20160419230411_create_oauth_providers.rb
houston-core-0.7.0 db/migrate/20160419230411_create_oauth_providers.rb
houston-core-0.7.0.beta4 db/migrate/20160419230411_create_oauth_providers.rb
houston-core-0.7.0.beta3 db/migrate/20160419230411_create_oauth_providers.rb
houston-core-0.7.0.beta2 db/migrate/20160419230411_create_oauth_providers.rb
houston-core-0.7.0.beta db/migrate/20160419230411_create_oauth_providers.rb