mirror of
https://github.com/discourse/discourse.git
synced 2024-12-18 21:30:04 +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
|