add storagelimit columns to hsdb

This commit is contained in:
Peter Hormanns 2021-08-16 18:54:29 +02:00
parent 8c98a8feb6
commit fd73ab353d

View File

@ -1,2 +1,4 @@
INSERT INTO domain_option (domain_option_name) ALTER TABLE unixuser
VALUES ('php5'); ADD COLUMN storage_softlimit integer DEFAULT 0 NOT NULL;
ALTER TABLE unixuser
ADD COLUMN storage_hardlimit integer DEFAULT 0;