Files
appointment-booking-software/migrations/meta/_journal.json
T
e486072ffa Refactor/error and api handling (#82)
* DB migrations

* Format errors in migrations

* Implemented new error and permission handling.

* Updated and fixed tests

* Update src/routes/api/tenants/[id]/appointments/[appointmentId]/cancel/+server.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/routes/api/tenants/[id]/agents/[agentId]/absences/[absenceId]/+server.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/routes/api/tenants/[id]/channels/+server.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Fixed test

* Added error constants

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-18 15:04:06 +02:00

28 lines
495 B
JSON

{
"version": "7",
"dialect": "postgresql",
"entries": [
{
"idx": 0,
"version": "7",
"when": 1752661377819,
"tag": "0000_big_ultimatum",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1752668982273,
"tag": "0001_equal_wonder_man",
"breakpoints": true
},
{
"idx": 2,
"version": "7",
"when": 1758021433890,
"tag": "0002_fat_pete_wisdom",
"breakpoints": true
}
]
}