discourse/db/migrate/20120530160745_migrate_post...

10 lines
119 B
Ruby

# frozen_string_literal: true
class MigratePosted < ActiveRecord::Migration[4.2]
def up
end
def down
end
end