implements #2658: private forum topics
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddMinLevelToForumTopics < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :forum_topics, :min_level, :integer, :default => 0, :null => false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user