fix: remove delay_profile_tags - only default profile (id=1) should be synced

This commit is contained in:
Sam Chau
2026-01-21 08:27:49 +10:30
parent 1219c22f04
commit eddc4465ed
2 changed files with 8 additions and 10 deletions
+6
View File
@@ -2,6 +2,12 @@
All schema changes will be documented in this file.
## 21-1-26
- Removed `delay_profile_tags` table - tags not needed for syncing since only the
default profile (id=1) can be updated, which must have empty tags
- Only one delay profile syncs per arr instance; others are ignored
## 31-10-25
- Hello, World!