Skip to content

Commit

Permalink
Merge pull request #1639 from yukiweb-jp/patch-3
Browse files Browse the repository at this point in the history
Update dojos.yaml
  • Loading branch information
yasulab authored Oct 23, 2024
2 parents eb1d20e + 48423c0 commit 2c8f8d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion db/dojos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -925,13 +925,15 @@
prefecture_id: 12
logo: "/img/dojos/kamagaya.webp"
url: https://cd-kamagaya.com/
description: 鎌ケ谷市で毎月開催
description: 鎌ケ谷市で毎月第4日曜開催
tags:
- Scratch
- LEGO
- micro:bit
- Python
- Webサイト
- toio
- toioプレイグラウンド
- id: 21
order: '122271'
created_at: '2016-11-08'
Expand Down

3 comments on commit 2c8f8d0

@nanophate
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yasulab Heroku の Release で下記のエラーが起きています。

D, [2024-10-23T16:53:50.818858 #29] DEBUG -- :   Dojo Update (0.7ms)  UPDATE "dojos" SET "updated_at" = $1 WHERE "dojos"."id" = $2  [["updated_at", "2024-10-23 07:53:50.816882"], ["id", 23]]
rails aborted!
ActiveRecord::RecordInvalid: バリデーションに失敗しました: Number of tagsshould be 1 to 5
/app/vendor/bundle/ruby/3.1.0/gems/activerecord-6.1.7.9/lib/active_record/validations.rb:80:in `raise_validation_error'
/app/vendor/bundle/ruby/3.1.0/gems/activerecord-6.1.7.9/lib/active_record/validations.rb:53:in `save!'

@yasulab
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

あ、これ上限超えてますね >< 💦

メンションありがとうございます!(>人< )✨

@nanophate
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

早速の対応ありがとうございます!!助かります 🙇

Please sign in to comment.