Implement forum topic voting and tag change pruning (#3580)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class AddSettingsToUsers < ActiveRecord::Migration
|
||||
class AddSettingsToUsers < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
add_column :users, :enable_post_navigation, :boolean, :null => false, :default => true
|
||||
add_column :users, :new_post_navigation_layout, :boolean, :null => false, :default => true
|
||||
|
||||
Reference in New Issue
Block a user