Commit 53b8f29
authored
generate-migrations now accepts a statement separator (#188)
For multiple database connectors to do migrations with multiple statements, including dbi, thestatements
must be separted by `--;;` on a new line. This change provides a way
to provide a custom separator when generating migrations.1 parent 5d315c8 commit 53b8f29
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
0 commit comments