Skip to content

Commit

Permalink
Fix db issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cdccollins committed Dec 5, 2024
1 parent 059a5af commit 94e654d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class User < ApplicationRecord
.having("COUNT(CASE WHEN messages.clicked_at IS NULL THEN 1 END) = 2")
}

enum :timing,
attribute :timing,
morning: "morning",
afternoon: "afternoon",
evening: "evening",
Expand Down
9 changes: 4 additions & 5 deletions db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 94e654d

Please sign in to comment.