You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ A migration file must match the following pattern:
195
195
| id | Any integer or left zero integers | Consecutive integer ID. <br />**Must start from 1 and be consecutive, e.g. if you have migrations 1-4, the next one must be 5.**|
196
196
| separator |`_` or `-` or nothing ||
197
197
| name | Any length text ||
198
-
| extension |`.sql` or `.js`| File extensions supported **not case sensitive**|
198
+
| extension |`.sql` or `.js`| File extensions supported.**Case insensitive.**|
0 commit comments