diff --git a/rules/use-code-migrations/rule.md b/rules/use-code-migrations/rule.md index e08ac9aa874..2151f2d40c8 100644 --- a/rules/use-code-migrations/rule.md +++ b/rules/use-code-migrations/rule.md @@ -1,6 +1,6 @@ --- type: rule -title: Do you know to use code migrations +title: Do you know to use code migrations? uri: use-code-migrations authors: - title: Bryden Oliver @@ -9,10 +9,11 @@ related: [] created: 2021-12-13T17:27:38.786Z guid: 8284cedd-8eea-4e3b-b04b-451896a615c0 --- + ::: todo TODO: Byrden ::: - + ::: bad @@ -20,5 +21,5 @@ Bad example - Don't modify database directly ::: ::: good -Good example - modify entities and generate a migration -::: \ No newline at end of file +Good example - Modify entities and generate a migration +:::