Add the miratons from the conf.o.o live instance
This commit is contained in:
parent
03a0074c73
commit
d039670de0
4 changed files with 37 additions and 10 deletions
8
db/migrate/20130515125823_change_attachment_default.rb
Normal file
8
db/migrate/20130515125823_change_attachment_default.rb
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
class ChangeAttachmentDefault < ActiveRecord::Migration
|
||||
def up
|
||||
change_column_default(:event_attachments, :public, :default => true)
|
||||
end
|
||||
def down
|
||||
change_column_default(:event_attachments, :public, :default => nil)
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue