Commit f194afbac03c880f23436f792d0d2cbc14889d95

Authored by Daniela Feitosa
Committed by Antonio Terceiro
1 parent 3dd8a8a9

ActionItem1185: adding new db:schema

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 # 9 #
10 # It's strongly recommended to check this file into your version control system. 10 # It's strongly recommended to check this file into your version control system.
11 11
12 -ActiveRecord::Schema.define(:version => 69) do 12 +ActiveRecord::Schema.define(:version => 71) do
13 13
14 create_table "article_versions", :force => true do |t| 14 create_table "article_versions", :force => true do |t|
15 t.integer "article_id" 15 t.integer "article_id"
@@ -59,7 +59,6 @@ ActiveRecord::Schema.define(:version => 69) do @@ -59,7 +59,6 @@ ActiveRecord::Schema.define(:version => 69) do
59 t.datetime "created_at" 59 t.datetime "created_at"
60 t.integer "last_changed_by_id" 60 t.integer "last_changed_by_id"
61 t.integer "version" 61 t.integer "version"
62 - t.integer "lock_version"  
63 t.string "type" 62 t.string "type"
64 t.integer "size" 63 t.integer "size"
65 t.string "content_type" 64 t.string "content_type"
@@ -253,6 +252,7 @@ ActiveRecord::Schema.define(:version => 69) do @@ -253,6 +252,7 @@ ActiveRecord::Schema.define(:version => 69) do
253 t.boolean "public_profile", :default => true 252 t.boolean "public_profile", :default => true
254 t.date "birth_date" 253 t.date "birth_date"
255 t.integer "preferred_domain_id" 254 t.integer "preferred_domain_id"
  255 + t.datetime "updated_at"
256 end 256 end
257 257
258 add_index "profiles", ["environment_id"], :name => "index_profiles_on_environment_id" 258 add_index "profiles", ["environment_id"], :name => "index_profiles_on_environment_id"