diff --git a/README.md b/README.md index 2cfa3a4..5875f34 100644 --- a/README.md +++ b/README.md @@ -41,43 +41,11 @@ Example Changelog - + ``` - -loaddata is commented out since it currently does not work with this extension - -As an alternative to use loaddata until this works \ -You might use this as an example -``` - - SET IDENTITY_INSERT rank ON - - - - - SET IDENTITY_INSERT rank OFF - -``` - -Or -as 3 separate changeSets and remove 2 of them later -``` - - SET IDENTITY_INSERT rank ON - - - - - - - - - SET IDENTITY_INSERT rank OFF - -```