priority for themen migration
This commit is contained in:
5
db/migrate/20131215115452_add_priority_to_themen.rb
Normal file
5
db/migrate/20131215115452_add_priority_to_themen.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddPriorityToThemen < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :themen , :priority , :integer
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,6 @@
|
||||
class AddPriorityToThemengruppen < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :themengruppen , :priority , :integer
|
||||
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user