Add 'revision' attribute to Conference, managed by an observer

This commit is contained in:
Ancor Gonzalez Sosa 2013-07-08 10:03:03 +02:00
parent 27017a4823
commit d648ab7cb5
4 changed files with 34 additions and 1 deletions

View file

@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord::Schema.define(:version => 20130626095459) do
ActiveRecord::Schema.define(:version => 20130705055128) do
create_table "call_for_papers", :force => true do |t|
t.date "start_date", :null => false
@ -62,6 +62,7 @@ ActiveRecord::Schema.define(:version => 20130626095459) do
t.datetime "logo_updated_at"
t.boolean "use_dietary_choices", :default => false
t.boolean "use_supporter_levels", :default => false
t.integer "revision"
end
create_table "dietary_choices", :force => true do |t|