Implement forum topic voting and tag change pruning (#3580)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class AddBitFlagsToPosts < ActiveRecord::Migration
|
||||
class AddBitFlagsToPosts < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
execute "set statement_timeout = 0"
|
||||
add_column :posts, :bit_flags, "bigint", :null => false, :default => 0
|
||||
|
||||
Reference in New Issue
Block a user