hydra/src/sql/upgrade-34.sql

5 lines
92 B
MySQL
Raw Normal View History

create table SystemStatus (
what text primary key not null,
status json not null
);