Commit f194afbac03c880f23436f792d0d2cbc14889d95
Committed by
Antonio Terceiro
1 parent
3dd8a8a9
Exists in
master
and in
28 other branches
ActionItem1185: adding new db:schema
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
db/schema.rb
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | # |
10 | 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 | 14 | create_table "article_versions", :force => true do |t| |
15 | 15 | t.integer "article_id" |
... | ... | @@ -59,7 +59,6 @@ ActiveRecord::Schema.define(:version => 69) do |
59 | 59 | t.datetime "created_at" |
60 | 60 | t.integer "last_changed_by_id" |
61 | 61 | t.integer "version" |
62 | - t.integer "lock_version" | |
63 | 62 | t.string "type" |
64 | 63 | t.integer "size" |
65 | 64 | t.string "content_type" |
... | ... | @@ -253,6 +252,7 @@ ActiveRecord::Schema.define(:version => 69) do |
253 | 252 | t.boolean "public_profile", :default => true |
254 | 253 | t.date "birth_date" |
255 | 254 | t.integer "preferred_domain_id" |
255 | + t.datetime "updated_at" | |
256 | 256 | end |
257 | 257 | |
258 | 258 | add_index "profiles", ["environment_id"], :name => "index_profiles_on_environment_id" | ... | ... |