The Nest
Explore
Sign in
grahamc
hydra
src
sql
upgrade-66.sql
0
Code
Changes
Tags
Discussions
upstream
main
update
Jobsets
set
type
=
0
where
type is
null
;
alter
table
Jobsets alter column type
set
not null
;