Implement forum topic voting and tag change pruning (#3580)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class ChangeUploadsSourceToText < ActiveRecord::Migration
|
||||
class ChangeUploadsSourceToText < ActiveRecord::Migration[4.2]
|
||||
def up
|
||||
execute "alter table uploads alter column source type text"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user