chore: save current Ruby implementation state before Next.js rewrite

This commit is contained in:
2026-03-27 14:36:22 -07:00
parent e9365faa10
commit 96f7cb86d3
20 changed files with 894 additions and 106 deletions
+2 -2
View File
@@ -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