mirror of
https://github.com/moebooru/moebooru
synced 2025-08-22 01:47:48 +00:00
8 lines
101 B
Ruby
8 lines
101 B
Ruby
class CreateForumPosts < ActiveRecord::Migration[5.1]
|
|
def self.up
|
|
end
|
|
|
|
def self.down
|
|
end
|
|
end
|