blob: 51b073541491c7283cd8bd8333bb8bb6d4e3ecd8 [file]
Drop table max_connection_usage;
CREATE TABLE max_connection_usage (
id integer not null,
value char(16)
);