Sha256: b776c720bf932fe99911f6dc52fd5bbc5a150809fd6341edaef4bb2fc82635ad

Contents?: true

Size: 1.69 KB

Versions: 22

Compression:

Stored size: 1.69 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 => 20121009092400) do

  create_table "sessions", :force => true do |t|
    t.string   "session_id", :null => false
    t.text     "data"
    t.datetime "created_at", :null => false
    t.datetime "updated_at", :null => false
  end

  add_index "sessions", ["session_id"], :name => "index_sessions_on_session_id"
  add_index "sessions", ["updated_at"], :name => "index_sessions_on_updated_at"

  create_table "users", :force => true do |t|
    t.string   "username",            :null => false
    t.datetime "remember_created_at"
    t.string   "email"
    t.integer  "sign_in_count"
    t.datetime "current_sign_in_at"
    t.datetime "last_sign_in_at"
    t.string   "current_sign_in_ip"
    t.string   "last_sign_in_ip"
    t.datetime "created_at",          :null => false
    t.datetime "updated_at",          :null => false
    t.boolean  "deactivated"
  end

  add_index "users", ["username"], :name => "index_users_on_username", :unique => true

end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
devise_cas_authenticatable-2.0.2 spec/scenario/db/schema.rb
devise_cas_authenticatable-2.0.1 spec/scenario/db/schema.rb
devise_cas_authenticatable-2.0.0 spec/scenario/db/schema.rb
devise_cas_authenticatable-2.0.0.alpha1 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.10.4 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.10.3 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.10.2 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.10.1 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.10.0 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.9.2 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.9.1 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.9.0 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.8.0 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.7.1 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.7.0 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.6.1 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.6.0 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.5.0 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.4.1 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.4.0 spec/scenario/db/schema.rb