Sha256: e1d77708a1a36021795e95007edbbe269d92a0be9d6d67b348f6b5e6cefa7cf3

Contents?: true

Size: 1.79 KB

Versions: 10

Compression:

Stored size: 1.79 KB

Contents

# encoding: UTF-8
# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.
#
# Note that this schema.rb definition is the authoritative source for your
# database schema. If you need to create the application database on another
# system, you should be using db:schema:load, not running all the migrations
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
# you'll amass, the slower it'll run and the greater likelihood for issues).
#
# It's strongly recommended to check this file into your version control system.

ActiveRecord::Schema.define(:version => 20130207223010) do

  create_table "socialite_identities", :force => true do |t|
    t.string   "uid"
    t.string   "provider"
    t.text     "auth_hash"
    t.integer  "socialite_user_id"
    t.datetime "created_at",        :null => false
    t.datetime "updated_at",        :null => false
  end

  add_index "socialite_identities", ["provider", "uid"], :name => "index_socialite_identities_on_provider_and_uid", :unique => true
  add_index "socialite_identities", ["socialite_user_id", "provider"], :name => "index_socialite_identities_on_socialite_user_id_and_provider", :unique => true
  add_index "socialite_identities", ["socialite_user_id"], :name => "index_socialite_identities_on_socialite_user_id"

  create_table "socialite_users", :force => true do |t|
    t.string   "name"
    t.string   "email"
    t.string   "password_digest"
    t.datetime "created_at",      :null => false
    t.datetime "updated_at",      :null => false
  end

  add_index "socialite_users", ["email"], :name => "index_socialite_users_on_email", :unique => true

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
socialite-0.2.1 spec/dummy/db/schema.rb
socialite-0.2.0 spec/dummy/db/schema.rb
socialite-0.1.2 spec/dummy/db/schema.rb
socialite-0.1.1 spec/dummy/db/schema.rb
socialite-0.1.0.pre.7 spec/dummy/db/schema.rb
socialite-0.1.0.pre.6 spec/dummy/db/schema.rb
socialite-0.1.0.pre.5 spec/dummy/db/schema.rb
socialite-0.1.0.pre.4 spec/dummy/db/schema.rb
socialite-0.1.0.pre.3 spec/dummy/db/schema.rb
socialite-0.1.0.pre.2 spec/dummy/db/schema.rb