Fix incorrect example

This commit is contained in:
fabianlindfors 2023-11-21 23:25:51 +01:00
parent b4baef2bc8
commit fc3b29d090

View File

@ -449,7 +449,7 @@ _Example: remove `email` column from `users` table and use column from `profiles
```toml
[[actions]]
type = "remove_column"
name = "users"
table = "users"
column = "email"
# Our application will use the `profiles.email` column instead