# Discourse Daily Challenges

**URL:** https://meta.discourse.org/t/discourse-daily-challenges/398980
**Category:** Plugin
**Created:** [March 21, 2026, 7:48pm UTC](https://meta.discourse.org/t/discourse-daily-challenges/398980 "2026-03-21T19:48:47Z")
**Posts on this page:** 1
**Showing post:** 28

<div class="post-metadata">

### Author: ![R23D\_Printing](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/r23d_printing/32/544902_2.png) [@R23D\_Printing](https://meta.discourse.org/u/R23D_Printing)
#### Post date: [March 27, 2026, 3:23pm UTC](https://meta.discourse.org/t/discourse-daily-challenges/398980/28 "2026-03-27T15:23:07Z")

</div>

It looks like you are missing the challenge\_timezone DB column. Can you run this:

```plaintext
./launcher enter app
su discourse -c 'cd /var/www/discourse && bundle exec rails runner "ActiveRecord::Base.connection.add_column(:daily_challenges, :challenge_timezone, :string, default: \"UTC\") unless ActiveRecord::Base.connection.column_exists?(:daily_challenges, :challenge_timezone)"'

```

That should add it. I will investigate why it didn’t get added and update files.

---

_[View the full topic](https://meta.discourse.org/t/discourse-daily-challenges/398980)._
