forked from bofh/fetsite
6 lines
140 B
Ruby
6 lines
140 B
Ruby
class AddFlagImportantToNeuigkeiten < ActiveRecord::Migration
|
|
def change
|
|
add_column :neuigkeiten, :flag_important, :boolean
|
|
end
|
|
end
|