Add 'revision' attribute to Conference, managed by an observer
This commit is contained in:
parent
27017a4823
commit
d648ab7cb5
4 changed files with 34 additions and 1 deletions
|
|
@ -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|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue