Sha256: 49d580e436c36854ea7bd16e4a54c8991d4f799185c17586e5bb94a79a5b6dde

Contents?: true

Size: 1.67 KB

Versions: 8

Compression:

Stored size: 1.67 KB

Contents

# 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 => 20101011200048) do

  create_table "event_calendar_attendees", :force => true do |t|
    t.integer  "event_id"
    t.integer  "participant_id"
    t.string   "participant_type"
    t.string   "role"
    t.datetime "created_at"
    t.datetime "updated_at"
  end

  create_table "event_calendar_events", :force => true do |t|
    t.string   "name"
    t.string   "event_type"
    t.date     "start_on"
    t.date     "end_on"
    t.text     "location"
    t.text     "description"
    t.text     "notes"
    t.datetime "created_at"
    t.datetime "updated_at"
    t.integer  "revisable_original_id"
    t.integer  "revisable_branched_from_id"
    t.integer  "revisable_number",           :default => 0
    t.string   "revisable_name"
    t.string   "revisable_type"
    t.datetime "revisable_current_at"
    t.datetime "revisable_revised_at"
    t.datetime "revisable_deleted_at"
    t.boolean  "revisable_is_current",       :default => true
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
event_calendar_engine-0.1.7 db/schema.rb
event_calendar_engine-0.1.6 db/schema.rb
event_calendar_engine-0.1.5 db/schema.rb
event_calendar_engine-0.1.4 db/schema.rb
event_calendar_engine-0.1.3 db/schema.rb
event_calendar_engine-0.1.2 db/schema.rb
event_calendar_engine-0.1.1 db/schema.rb
event_calendar_engine-0.1.0 db/schema.rb