Added short name to benchmarks

This commit is contained in:
ivan-pelly
2026-03-14 18:54:28 -07:00
parent f431fb3e94
commit 242b1bce27
21 changed files with 227 additions and 22 deletions
+1
View File
@@ -3,6 +3,7 @@ CREATE TABLE `benchmark` (
`id_goal` char(36) NOT NULL,
`id_user_created` char(36) NOT NULL,
`benchmark` text NOT NULL,
`short_name` varchar(50) DEFAULT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id_benchmark`)