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
Current implementation of Dbi.drop will not delete the db since the delete flag is set to 0. This basically prevents a db ever being deleted unless I am missing some other methods. I wonder why the decision is made such. Wiping a database clearly seems to a common use case.
Current implementation of Dbi.drop will not delete the db since the delete flag is set to 0. This basically prevents a db ever being deleted unless I am missing some other methods. I wonder why the decision is made such. Wiping a database clearly seems to a common use case.