parent
ecb4f16ec5
commit
d5f77d338b
7 changed files with 50 additions and 2 deletions
5
db/migrate/20260323215246_add_reminders_to_votes.rb.rb
Normal file
5
db/migrate/20260323215246_add_reminders_to_votes.rb.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class AddRemindersToVotes < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :votes, :reminders, :integer
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue