discourse/db/migrate/20140122043508_add_meta_cat...

8 lines
133 B
Ruby

# frozen_string_literal: true
class AddMetaCategory < ActiveRecord::Migration[4.2]
def change
# replaced by fixture
end
end