📝 Update and organize project documentation and assets
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
every '1' HOUR
|
||||
starts '2020-04-20 00:00:00'
|
||||
on completion preserve
|
||||
enable
|
||||
do
|
||||
DELETE FROM pokemon WHERE expire_timestamp <= UNIX_TIMESTAMP();
|
||||
Reference in New Issue
Block a user