##// END OF EJS Templates
Missing migration for r1090....
Jean-Philippe Lang -
r1077:c65ab7c0f272
parent child
Show More
@@ -0,0 +1,9
1 class AddCustomFieldsDefaultValue < ActiveRecord::Migration
2 def self.up
3 add_column :custom_fields, :default_value, :text
4 end
5
6 def self.down
7 remove_column :custom_fields, :default_value
8 end
9 end
General Comments 0
You need to be logged in to leave comments. Login now