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
Within Branch.provision() all SQL commands used to copy data from main should be wrapped within an atomic transaction.
Use case
This will ensure that changes to main do not interfere with or disrupt the provisioning process, and that the resulting branch data reflects main at the point in time when the provisioning process was initialized.
External dependencies
None
The text was updated successfully, but these errors were encountered:
Plugin Version
v0.2.0
Proposed functionality
Within
Branch.provision()
all SQL commands used to copy data from main should be wrapped within an atomic transaction.Use case
This will ensure that changes to main do not interfere with or disrupt the provisioning process, and that the resulting branch data reflects main at the point in time when the provisioning process was initialized.
External dependencies
None
The text was updated successfully, but these errors were encountered: