fix(releases): add null handling for new fields (#1892)

* fix(web): react fragment props warnings

* fix(releases): handle new NULL values
This commit is contained in:
ze0s 2024-12-26 01:04:39 +01:00 committed by GitHub
parent 9ae798c99a
commit 0cf704dba3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 10 deletions

View file

@ -1257,7 +1257,7 @@ ALTER TABLE "release"
ADD IF NOT EXISTS cut TEXT;
ALTER TABLE "release"
ADD IF NOT EXISTS hybrid TEXT;
ADD IF NOT EXISTS hybrid BOOLEAN DEFAULT FALSE;
ALTER TABLE "release"
ADD IF NOT EXISTS region TEXT;