Revert "add is_keynote attribute to event_types"

This reverts commit 96253b1fe048e2052fc35e961c5afbf27d0ef740.

Conflicts:
	app/models/conference.rb
This commit is contained in:
Stella Rouzi 2014-12-08 16:11:38 +02:00
parent c787190571
commit c9615f1880
9 changed files with 11 additions and 25 deletions

View file

@ -1,5 +0,0 @@
class AddIsKeynoteToEventTypes < ActiveRecord::Migration
def change
add_column :event_types, :is_keynote, :boolean, default: false
end
end