mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-03-07 22:43:07 +00:00
Replace pg_class lookup with information_schema.table_constraints query that is schema-qualified and consistent with migration 0028 pattern. Fixes constraint detection on fresh installs where create_all() creates constraints that pg_class lookups could miss.