You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just as the title mentions, for all files in the install/sql folder, we should change ON DELETE RESTRICT to ON DELETE CASCADE. Without this, we get errors when trying to update the package, requiring us to uninstall and reinstall it.
The text was updated successfully, but these errors were encountered:
Just as the title mentions, for all files in the
install/sql
folder, we should changeON DELETE RESTRICT
toON DELETE CASCADE
. Without this, we get errors when trying to update the package, requiring us to uninstall and reinstall it.The text was updated successfully, but these errors were encountered: