fixes #889
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class ChangeTagSubscriptionTagQueryType < ActiveRecord::Migration
|
||||
def up
|
||||
execute "alter table tag_subscriptions alter column tag_query type text"
|
||||
end
|
||||
|
||||
def down
|
||||
execute "alter table tag_subscriptions alter column tag_query type varchar(255)"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user