add: home index admins

This commit is contained in:
2021-11-02 19:00:07 +08:00
parent 385f45ddde
commit 35f04afe91
54 changed files with 1205 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ class CreateTopics < ActiveRecord::Migration[5.2]
t.string :type
t.string :title
t.integer :uuid
t.string :image_url
t.string :url
t.integer :order_index
end