zerobyte/app/drizzle/20260227000000_add-custom-restic-params/migration.sql
bcrooker ef51d665c8 feat(backups): add custom restic params to backup schedules
Allows users to pass arbitrary restic flags via a new advanced section in the create/edit schedule form. Includes DB migration, schema update, DTO, service, and restic command changes.
2026-02-27 14:46:47 -05:00

1 line
83 B
SQL

ALTER TABLE `backup_schedules_table` ADD `custom_restic_params` text DEFAULT '[]';