Refactor + package updates + improve local backups
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
const DATABASE_TYPES = ['postgresql'];
|
||||
const VALID_CRON_STRINGS = [
|
||||
'every_minute' => '* * * * *',
|
||||
'hourly' => '0 * * * *',
|
||||
'daily' => '0 0 * * *',
|
||||
'weekly' => '0 0 * * 0',
|
||||
|
Reference in New Issue
Block a user