mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-05-03 09:29:27 -05:00
Update backups table cron_expression column
This commit is contained in:
@@ -6,7 +6,7 @@ CREATE TABLE IF NOT EXISTS backups (
|
||||
destination_id UUID NOT NULL REFERENCES destinations(id) ON DELETE CASCADE,
|
||||
|
||||
name TEXT NOT NULL,
|
||||
cron_expression TEXT NOT NULL UNIQUE,
|
||||
cron_expression TEXT NOT NULL,
|
||||
time_zone TEXT NOT NULL,
|
||||
is_active BOOLEAN NOT NULL DEFAULT FALSE,
|
||||
dest_dir TEXT NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user