Store last cleanup time in GarbageCollectionTable
This commit is contained in:
parent
43ecc35298
commit
0e96fa95fb
5 changed files with 74 additions and 1 deletions
4
sql/version-026.sql
Normal file
4
sql/version-026.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
-- Track when account storage was last cleaned.
|
||||
--
|
||||
ALTER TABLE GarbageCollectionTable ADD COLUMN last_cleanup_time_t INTEGER DEFAULT NULL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue