Fix build errors in system activity service

This commit is contained in:
gpt-engineer-app[bot]
2025-10-15 18:30:24 +00:00
parent fc752bcd54
commit 1a11cb153a
4 changed files with 106 additions and 110 deletions

View File

@@ -0,0 +1,3 @@
-- Drop legacy versioning function that references deleted tables
-- This function calls create_entity_version() which was removed in the previous migration
DROP FUNCTION IF EXISTS public.auto_create_entity_version() CASCADE;