The Nest
Explore
Sign in
grahamc
hydra
src
sql
upgrade-34.sql
0
Code
Changes
Tags
Discussions
upstream
main
create
table
SystemStatus
( what
text
primary key
not null
, status json
not null
);