| 18 Dec 2023 |
K900 | Whee | 12:53:29 |
raitobezarius | * just realized that the M2M between builds and evals | 12:53:33 |
K900 | Can we at least make a backup of the database and truncate some history | 12:53:39 |
raitobezarius | it's a stupid (left_id, right_id, bool) table of course | 12:53:43 |
K900 | I don't know if I want to know the answer to this question | 12:54:03 |
K900 | But what is the bool for | 12:54:05 |
raitobezarius | In reply to @k900:0upti.me Can we at least make a backup of the database and truncate some history you'd break our 2010 urls for performance ??? | 12:54:06 |
raitobezarius | In reply to @k900:0upti.me But what is the bool for isnew | 12:54:10 |
raitobezarius | hydra-nixos-org=# \d jobsetevalmembers
Table "public.jobsetevalmembers"
Column | Type | Collation | Nullable | Default
--------+---------+-----------+----------+---------
eval | integer | | not null |
build | integer | | not null |
isnew | integer | | not null |
| 12:54:17 |
K900 | Ah yes] | 12:54:24 |