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.
17 lines
259 B
JSON
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": {}
|
|
}
|
|
}
|
|
|