Send recap emails for new feedback (#440)

This commit is contained in:
Riccardo Graziosi
2024-11-19 17:17:05 +01:00
committed by GitHub
parent ace50e1089
commit c0d70186f6
19 changed files with 426 additions and 13 deletions

View File

@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 2024_10_04_170520) do
ActiveRecord::Schema.define(version: 2024_11_18_082824) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -239,6 +239,7 @@ ActiveRecord::Schema.define(version: 2024_10_04_170520) do
t.datetime "last_sign_in_at"
t.string "current_sign_in_ip"
t.string "last_sign_in_ip"
t.integer "recap_notification_frequency", default: 0, null: false
t.index ["confirmation_token"], name: "index_users_on_confirmation_token", unique: true
t.index ["email", "tenant_id"], name: "index_users_on_email_and_tenant_id", unique: true
t.index ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true