Fix #3534: Remove Janitor Trials.

This commit is contained in:
evazion
2019-11-17 02:05:01 -06:00
parent 1ae971269c
commit 72f17fd1de
19 changed files with 11 additions and 436 deletions

View File

@@ -0,0 +1,7 @@
require_relative "20100309211553_create_janitor_trials"
class DropJanitorTrials < ActiveRecord::Migration[6.0]
def change
revert CreateJanitorTrials
end
end