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 eb9a987 commit fa81c56Copy full SHA for fa81c56
nix/tools/run-client.sh.in
@@ -20,8 +20,8 @@ print_help() {
20
echo "Description:"
21
echo " Starts an interactive 'psql' session connecting to a Postgres database started with the"
22
echo " 'nix run .#start-server' command. If a migration file is not provided, the client"
23
- echo " initializes the database with the default migrations for a new Supabase project"
24
- echo " if a migrations file is provided, default migrations are skipped"
+ echo " initializes the database with the default migrations for a new Supabase project."
+ echo " If a migrations file is provided, default migrations are skipped"
25
echo " If no migration file is provided, it runs the default Supabase migrations."
26
echo
27
echo "Examples:"
0 commit comments