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 02d50a3 commit 789f304Copy full SHA for 789f304
superstack/migrations/index.html
@@ -602,7 +602,7 @@ <h2 id="applying-migrations">▶️ Applying Migrations</h2>
602
</ol>
603
<p>Already-applied scripts are skipped on subsequent runs.</p>
604
<blockquote>
605
-<p>💡 <code>bin/postgres</code> is a small script that basically aliases <code>docker compose exec postgres</code></p>
+<p>💡 <code>bin/postgres</code> is a small script that effectively aliases <code>docker compose exec postgres</code></p>
606
</blockquote>
607
<p>Here's an example migration script:</p>
608
<div class="highlight"><span class="filename">postgres/migrations/02-create_table_example.sql</span><pre><span></span><code><span class="k">begin</span><span class="p">;</span>
0 commit comments