Support remaining pieces in completions and scoreboards

This commit is contained in:
sto
2025-10-28 15:13:29 +01:00
parent 1fa7bf10ec
commit bbd2cef168
11 changed files with 66 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
class AddRemainingPiecesToCompletion < ActiveRecord::Migration[8.0]
def change
add_column :completions, :remaining_pieces, :integer
end
end