mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 19:01:52 +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
|