Sha256: d08a1edf685a46c883030d0077d4c918194e92398c888dabf73fcfb818c31efa

Contents?: true

Size: 1.52 KB

Versions: 10

Compression:

Stored size: 1.52 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.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

10 entries across 10 versions & 1 rubygems

Version Path
devise_cas_authenticatable-1.3.6 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.3.5 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.3.4 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.3.3 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.3.2 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.3.1 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.3.0 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.2.1 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.2.0 spec/scenario/db/schema.rb
devise_cas_authenticatable-1.1.4 spec/scenario/db/schema.rb