add storagelimit columns to hsdb
This commit is contained in:
parent
8c98a8feb6
commit
fd73ab353d
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user