Skip to content

Commit f17820f

Browse files
committed
Add needed blitz db migrate command to the blitz new template app page
1 parent ab6f605 commit f17820f

File tree

1 file changed

+5
-2
lines changed
  • packages/cli/templates/app/app/pages

1 file changed

+5
-2
lines changed

packages/cli/templates/app/app/pages/index.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ const Home = () => (
2222
}`}
2323
</code>
2424
</pre>
25-
<p>2. Run this command in your terminal:</p>
25+
<p>2. Run these commands in your terminal:</p>
2626
<pre>
27-
<code>blitz generate all user</code>
27+
<code>
28+
{`$ blitz db migrate
29+
$ blitz generate all user`}
30+
</code>
2831
</pre>
2932

3033
<p>

0 commit comments

Comments
 (0)