From 3059124ed9dc5cd0e85d719f0175c4019e0e5ada Mon Sep 17 00:00:00 2001 From: nakamu-kazu222 Date: Sun, 22 Sep 2024 20:44:39 +0900 Subject: [PATCH] =?UTF-8?q?ProductDeadline=E3=83=A2=E3=83=87=E3=83=AB?= =?UTF-8?q?=E3=82=92=E5=89=8A=E9=99=A4=E3=81=97=E3=81=9F=E3=81=9F=E3=82=81?= =?UTF-8?q?=E3=82=B9=E3=82=AD=E3=83=BC=E3=83=9E=E3=82=92=E5=89=8A=E9=99=A4?= =?UTF-8?q?=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 1 - db/schema.rb | 6 ------ 2 files changed, 7 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index bca2b2d4ded..52d34f1a5fe 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -90,7 +90,6 @@ resources :generations, only: %i(show index) resource :billing_portal, only: :create, controller: "billing_portal" resources :external_entries, only: %i(index) - resource :product_deadline, only: %i(update) get "articles/tags/:tag", to: "articles#index", as: :tag, tag: /.+/ get "pages/tags/:tag", to: "pages#index", as: :pages_tag, tag: /.+/, format: "html" get "questions/tags/:tag", to: "questions#index", as: :questions_tag, tag: /.+/, format: "html" diff --git a/db/schema.rb b/db/schema.rb index 617541929c2..fc0b05a7621 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -496,12 +496,6 @@ t.index ["report_id", "practice_id"], name: "index_practices_reports_on_report_id_and_practice_id" end - create_table "product_deadlines", force: :cascade do |t| - t.integer "alert_day", default: 4 - t.datetime "created_at", precision: 6, null: false - t.datetime "updated_at", precision: 6, null: false - end - create_table "products", force: :cascade do |t| t.bigint "practice_id" t.bigint "user_id"