rnordstrom / LobitaDownloader

Media downloader for use with LobitaBot.
0 stars 0 forks source link

Add marker for database updates #47

Open rnordstrom opened 3 years ago

rnordstrom commented 3 years ago

It would be nice to know when the database was last updated. A table could be added, which would contain a timestamp of the last successful update; the table would only be written to at the very end of program execution, to ensure completion.

Alternatively, a trigger could be used, but I'm not sure what the trigger condition would entail.