مشكلة في الترحيل: لا يمكن حذف الدالة delete_user_password() لأن كائنات أخرى تعتمد عليها

You have tables in the backup schema (used during backups/restores) that depend on this function.

Is the backup schema here stale? If so you probably need only DROP SCHEMA backup here to get rid of it.

إعجاب واحد (1)