chore: remove unused profile lock migration and admin_profile_service

This commit is contained in:
2026-02-18 18:13:10 +08:00
parent e3afd51410
commit 04fd874a48
18 changed files with 1471 additions and 220 deletions
@@ -0,0 +1,2 @@
alter table public.duty_schedules
add column if not exists reliever_ids uuid[] default '{}'::uuid[];