mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 06:51:12 -05:00
3 lines
225 B
SQL
3 lines
225 B
SQL
-- 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; |