2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-22 09:57:31 +00:00
moebooru/db/migrate/006_create_forum_posts.rb

8 lines
101 B
Ruby
Raw Normal View History

class CreateForumPosts < ActiveRecord::Migration[5.1]
def self.up
end
def self.down
end
end