Files
discourse/db/migrate/20120530160745_migrate_posted.rb
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
119 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class MigratePosted < ActiveRecord::Migration[4.2]
2013-02-05 14:16:51 -05:00
def up
end
def down
end
end