Add trigger fix for rename handling

This commit is contained in:
thePR0M3TH3AN
2025-05-24 19:38:49 -04:00
parent 354d8a7fbd
commit 45ab1f4cc6
2 changed files with 24 additions and 0 deletions

View File

@@ -50,6 +50,10 @@ const MIGRATIONS: &[(&str, &str)] = &[
"0006_drop_tags_canonical_id.sql",
include_str!("migrations/0006_drop_tags_canonical_id.sql"),
),
(
"0007_fix_rename_trigger.sql",
include_str!("migrations/0007_fix_rename_trigger.sql"),
),
];
/* ─── schema helpers ─────────────────────────────────────────────── */