add category field to pools
This commit is contained in:
6
db/migrate/20130506154136_add_category_to_pools.rb
Normal file
6
db/migrate/20130506154136_add_category_to_pools.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class AddCategoryToPools < ActiveRecord::Migration
|
||||
def change
|
||||
execute("set statement_timeout = 0")
|
||||
add_column :pools, :category, :string, :null => false, :default => "series"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user