Add basic deadline to sections index
This commit is contained in:
parent
782355322e
commit
f4106b9fb6
15 changed files with 175 additions and 1 deletions
10
db/migrate/20250525115606_create_extensions.rb
Normal file
10
db/migrate/20250525115606_create_extensions.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
class CreateExtensions < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
create_table :extensions do |t|
|
||||
t.text :reason
|
||||
t.boolean :confirmed
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue