We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0314717 commit 5510b3bCopy full SHA for 5510b3b
README.md
@@ -192,6 +192,7 @@ Example:
192
```text
193
migrations
194
├ 1_create-initial-tables.sql
195
+├ 1_create-initial-tables.md # Docs can go here
196
├ 2-alter-initial-tables.SQL
197
└ 3-alter-initial-tables-again.js
198
```
@@ -201,6 +202,7 @@ Or, if you want better ordering in your filesystem:
201
202
203
204
├ 00001_create-initial-tables.sql
205
+├ 00001_create-initial-tables.md # Docs can go here
206
├ 00002-alter-initial-tables.sql
207
└ 00003_alter-initial-tables-again.js
208
0 commit comments