mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 00:04:20 +00:00
#22: Added fake migration to prevent migration errors from version 0.0.4
This commit is contained in:
parent
09b98719c3
commit
8fdaa465bd
@ -0,0 +1,8 @@
|
||||
class MakeAfterSaveAndBeforeSaveNullable < ActiveRecord::Migration
|
||||
def up
|
||||
change_column :custom_workflows, :before_save, :text, :null => true, :default => nil
|
||||
change_column :custom_workflows, :after_save, :text, :null => true, :default => nil
|
||||
end
|
||||
def down
|
||||
end
|
||||
end
|
||||
Loading…
x
Reference in New Issue
Block a user