Files
discourse/db/migrate/20120530160745_migrate_posted.rb
2017-09-25 13:48:58 +08:00

8 lines
88 B
Ruby

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