Fix missing enum value for pool condition

This commit is contained in:
Eli Ribble 2026-03-04 04:02:55 +00:00
parent bded9127f8
commit a19de21333
No known key found for this signature in database

View file

@ -46,6 +46,7 @@ CREATE TYPE fileupload.PoolConditionType AS ENUM (
'green',
'murky',
'blue',
'empty',
'unknown'
);
CREATE TABLE fileupload.pool (