Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update schema.reset.sh #158

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Update schema.reset.sh #158

wants to merge 1 commit into from

Conversation

brokep
Copy link

@brokep brokep commented Sep 5, 2023

SET SQL_SAFE_UPDATES = 0;: This allows updates and deletes without any restrictions.

Given that you're running a script to initialize a database, it's common to disable safe updates temporarily, but keep in mind that this can be risky in a production environment if not handled carefully.

    SET SQL_SAFE_UPDATES = 0;: This allows updates and deletes without any restrictions.

Given that you're running a script to initialize a database, it's common to disable safe updates temporarily, but keep in mind that this can be risky in a production environment if not handled carefully.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant