mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 22:03:11 +07:00
#41: DB: Storage quota and current usage, accessible from /user
This commit is contained in:
@@ -1 +1 @@
|
||||
db.version=3
|
||||
db.version=4
|
||||
@@ -0,0 +1,3 @@
|
||||
alter table T_USER add column USE_STORAGEQUOTA_N bigint not null default 10000000000;
|
||||
alter table T_USER add column USE_STORAGECURRENT_N bigint not null default 0;
|
||||
update T_CONFIG set CFG_VALUE_C = '4' where CFG_ID_C = 'DB_VERSION';
|
||||
Reference in New Issue
Block a user