zerobyte/app/drizzle/meta/0022_snapshot.json
Raj Dave b51f3549c2 Backend and UI modifications to allow reordering of backup schedules
Adds drag-and-drop functionality to reorder backup schedules

Introduces a sort order field to the database schema and implements API endpoints to update the schedule order.

This allows users to visually prioritize their backup jobs.
2025-12-15 13:13:34 +03:00

17 lines
259 B
JSON

{
"version": "6",
"dialect": "sqlite",
"id": "0022_add_backup_sort_order",
"prevId": "0021_steady_viper",
"tables": {},
"enums": {},
"_meta": {
"schemas": {},
"tables": {},
"columns": {}
},
"internal": {
"indexes": {}
}
}