File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ See [Sample Project](https://github.com/minhhungit/DatabaseMigrateExt/tree/maste
2626*** ExtMigration Attributes:***
2727
2828Right now we just support these attributes:
29- - Use ` ExtMgrDataStructure ` to assign ` structure ` or ` data ` migrations.
30- - Use ` ExtMgrFunction ` to assign ` function ` migrations.
31- - Use ` ExtMgrStoredProcedure ` to assign ` stored procedure ` migrations.
29+ - Use ` ExtMgrDataStructure ` for ` structure ` or ` data ` migrations.
30+ - Use ` ExtMgrFunction ` for ` function ` migrations.
31+ - Use ` ExtMgrStoredProcedure ` for ` stored procedure ` migrations.
3232
3333*** Migration structure:***
3434> Note: You can place migration class in everywhere as long as it is placed under namespace of database.
@@ -38,7 +38,7 @@ Right now we just support these attributes:
3838
3939
4040*** Sample script:***
41- > Note: System will just find migration scripts which used ** ExtMigration Attributes** attributes to apply
41+ > Note: System will just find migration scripts which used ** ExtMigration Attributes** to apply
4242
4343``` csharp
4444using DatabaseMigrateExt ;
You can’t perform that action at this time.
0 commit comments