Implement forum topic voting and tag change pruning (#3580)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class CreatePostUpdates < ActiveRecord::Migration
|
||||
class CreatePostUpdates < ActiveRecord::Migration[4.2]
|
||||
def up
|
||||
execute "create unlogged table post_updates ( post_id integer, constraint unique_post_id unique(post_id) )"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user