Removed Test object to simplify database schema; updated docker scripts to run database migrations before starting the server if the database doesn't exist
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
# Result - database model for benchmark results
|
||||
class Result < Sequel::Model
|
||||
|
||||
many_to_one :test
|
||||
many_to_one :hardware
|
||||
many_to_one :benchmarks
|
||||
|
||||
def formatted_score
|
||||
return @score
|
||||
|
||||
Reference in New Issue
Block a user