Finished transition to Bootstrap 5
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-07-26 00:55:52 -04:00
parent 6215cecb53
commit 541b5236f0
10 changed files with 126 additions and 62 deletions

View File

@ -3,6 +3,7 @@
# Benchmark - database model for PC benchmarks
class Benchmark < Sequel::Model
many_to_many :tests
one_to_many :results
end