Skip to content

Commit

Permalink
ProductDeadlineモデルを削除したためスキーマを削除した
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamu-kazu222 committed Sep 22, 2024
1 parent 639ecb9 commit 3059124
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 0 additions & 6 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3059124

Please sign in to comment.