Store last cleanup time in GarbageCollectionTable

This commit is contained in:
Chris Heywood 2020-01-21 17:57:33 +01:00
parent 43ecc35298
commit 0e96fa95fb
5 changed files with 74 additions and 1 deletions

4
sql/version-026.sql Normal file
View file

@ -0,0 +1,4 @@
--
-- Track when account storage was last cleaned.
--
ALTER TABLE GarbageCollectionTable ADD COLUMN last_cleanup_time_t INTEGER DEFAULT NULL;