File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ defmodule Oban.Migration do
7777 end
7878 ```
7979
80- The migration will create the "private" schema and all tables, functions and triggers within
80+ The migration will create the "private" schema and all tables, functions, and triggers within
8181 that schema. With the database migrated you'll then specify the prefix in your configuration:
8282
8383 ```elixir
@@ -110,7 +110,7 @@ defmodule Oban.Migration do
110110 `mix ecto.migrate --log-migrations-sql`. That will log all of the generated SQL, which you can
111111 then paste into your migration system of choice.
112112
113- Alternatively, if you'd like a more automated approach, try using the [oban_migations_sql ][sql]
113+ Alternatively, if you'd like a more automated approach, try using the [oban_migrations_sql ][sql]
114114 project to generate `up` and `down` SQL migrations for you.
115115
116116 [sql]: https://github.com/btwb/oban_migrations_sql
You can’t perform that action at this time.
0 commit comments