mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-15 14:55:50 +01:00
6 lines
No EOL
157 B
PL/PgSQL
6 lines
No EOL
157 B
PL/PgSQL
BEGIN;
|
|
--
|
|
-- Rename field last_quota_scan on user to last_quota_update
|
|
--
|
|
ALTER TABLE "users" RENAME COLUMN "last_quota_scan" TO "last_quota_update";
|
|
COMMIT; |