mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: automatically delete replies on a topic after N days. (#9209)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddDurationToTopicTimers < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :topic_timers, :duration, :integer, null: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user