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