chore: save current Ruby implementation state before Next.js rewrite
This commit is contained in:
@@ -10,8 +10,8 @@ ROM::SQL.migration do
|
||||
add_column :format, String, default: 'single_elim'
|
||||
add_column :status, String, default: 'planned'
|
||||
add_column :max_participants, Integer
|
||||
add_column :created_at, DateTime, null: false, default: Sequel::CURRENT_TIMESTAMP
|
||||
add_column :updated_at, DateTime, null: false, default: Sequel::CURRENT_TIMESTAMP
|
||||
add_column :created_at, DateTime, null: false
|
||||
add_column :updated_at, DateTime, null: false
|
||||
end
|
||||
|
||||
# Remove the self-referential column that's not being used
|
||||
|
||||
Reference in New Issue
Block a user