mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 06:40:54 +03:00
rename last_quota_scan to last_quota_update
Existing databases must be updated using the script 20190728.sql
This commit is contained in:
6
sql/mysql/20190728.sql
Normal file
6
sql/mysql/20190728.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
--
|
||||
-- Rename field last_quota_scan on user to last_quota_update
|
||||
--
|
||||
ALTER TABLE `users` CHANGE `last_quota_scan` `last_quota_update` bigint NOT NULL;
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user