Skip to content

Commit 3ce5460

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent f8286c4 commit 3ce5460

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

superstack/migrations/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ <h3 id="writing-migrations">✍️ Writing Migrations</h3>
643643
</code></pre></div>
644644
<p>Each file should be:</p>
645645
<ul>
646-
<li>A <code>.sql</code> file</li>
646+
<li>An <code>.sql</code> file</li>
647647
<li>Numbered in order (e.g. <code>00-init.sql</code>, <code>01-extensions.sql</code>, <code>02-auth.sql</code>)</li>
648648
<li>Written in plain SQL</li>
649649
<li>But can include environment variables.</li>

0 commit comments

Comments
 (0)