mirror of
https://github.com/discourse/discourse.git
synced 2025-03-27 04:35:34 +08:00
8 lines
88 B
Ruby
8 lines
88 B
Ruby
class MigratePosted < ActiveRecord::Migration[4.2]
|
|
def up
|
|
end
|
|
|
|
def down
|
|
end
|
|
end
|