priority for themen migration

This commit is contained in:
Andreas Stephanides
2013-12-16 10:28:20 +01:00
parent 9747f40b68
commit 3d6a4f48e7
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
class AddPriorityToThemen < ActiveRecord::Migration
def change
add_column :themen , :priority , :integer
end
end

View File

@@ -0,0 +1,6 @@
class AddPriorityToThemengruppen < ActiveRecord::Migration
def change
add_column :themengruppen , :priority , :integer
end
end