spec/dummy/db/schema.rb in enju_subject-0.0.10 vs spec/dummy/db/schema.rb in enju_subject-0.0.12
- old
+ new
@@ -9,11 +9,11 @@
# 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 => 20111201163718) do
+ActiveRecord::Schema.define(:version => 20120406020752) do
create_table "carrier_types", :force => true do |t|
t.string "name", :null => false
t.text "display_name"
t.text "note"
@@ -152,9 +152,10 @@
t.integer "required_role_id", :default => 1, :null => false
t.integer "lock_version", :default => 0, :null => false
t.datetime "created_at"
t.datetime "updated_at"
t.datetime "deleted_at"
+ t.string "url"
end
add_index "subjects", ["parent_id"], :name => "index_subjects_on_parent_id"
add_index "subjects", ["required_role_id"], :name => "index_subjects_on_required_role_id"
add_index "subjects", ["subject_type_id"], :name => "index_subjects_on_subject_type_id"