add flag important

This commit is contained in:
Andreas Stephanides
2015-05-13 11:22:51 +02:00
parent c7f87e5aa6
commit 8eae985a97

View File

@@ -0,0 +1,5 @@
class AddFlagImportantToNeuigkeiten < ActiveRecord::Migration
def change
add_column :neuigkeiten, :flag_important, :boolean
end
end