Send automatic email reminders

Closes #4
This commit is contained in:
ricola 2026-03-23 18:26:32 -06:00
parent ecb4f16ec5
commit d5f77d338b
7 changed files with 50 additions and 2 deletions

View file

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[7.2].define(version: 2025_06_08_223006) do
ActiveRecord::Schema[7.2].define(version: 2026_03_23_215246) do
create_table "candidates", force: :cascade do |t|
t.integer "vote_id"
t.string "name"
@ -56,6 +56,7 @@ ActiveRecord::Schema[7.2].define(version: 2025_06_08_223006) do
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.string "state"
t.integer "reminders"
end
add_foreign_key "ratings", "votes"