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 3ace0c3 commit aeda678Copy full SHA for aeda678
superstack/migrations/index.html
@@ -665,8 +665,8 @@ <h2 id="suggested-file-layout">Suggested File Layout</h2>
665
<p>Here’s a simple structure you might adopt during development (before
666
production):</p>
667
<div class="highlight"><pre><span></span><code>01-extensions.sql
668
-02-create_auth_schema.sql (if using PostgREST for auth)
669
-03-create_api_schema.sql
+02-auth_schema.sql (if using PostgREST for auth)
+03-api_schema.sql
670
04-roles.sql
671
05-grants.sql
672
</code></pre></div>
0 commit comments