diff --git a/.gitignore b/.gitignore index 44515a03d26c645b6b777fe9e15e99e62efc8786..54a2fd496c5c9ab704f0fed65e75cf67153547a1 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,6 @@ deploy /config/master.key .byebug_history + +import-data/ +qpixel-import.tar.gz diff --git a/db/schema.rb b/db/schema.rb index deb320ec09bed87d89e21ff6e1aee6e8ef44d938..2b553ba019a8fe56e25c6bf8dc844d6bfb205ea6 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2020_05_28_145307) do +ActiveRecord::Schema.define(version: 2020_06_01_113238) do create_table "active_storage_attachments", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci", force: :cascade do |t| t.string "name", null: false @@ -235,6 +235,7 @@ ActiveRecord::Schema.define(version: 2020_05_28_145307) do t.index ["community_id"], name: "index_posts_on_community_id" t.index ["deleted"], name: "index_posts_on_deleted" t.index ["duplicate_post_id"], name: "index_posts_on_duplicate_post_id" + t.index ["last_activity"], name: "index_posts_on_last_activity" t.index ["last_activity_by_id"], name: "index_posts_on_last_activity_by_id" t.index ["license_id"], name: "index_posts_on_license_id" t.index ["parent_id"], name: "index_posts_on_parent_id"