Skip to content

Commit 3761bda

Browse files
Update sqlpage/migrations/README.md
Co-authored-by: Ophir LOJKINE <[email protected]>
1 parent 0a214f9 commit 3761bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlpage/migrations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you try to edit an existing migration, SQLPage will not run it again, it will
2727

2828
You can create a migration directly with sqlpage by running the command `sqlpage create-migration [migration_name]`
2929

30-
For example if you run 'sqlpage create-migration "Example Migration 1"' on the command line, you will find a new file under "sqlpage/migrations" folder called "[timestamp]_example_migration_1.sql" where timestamp is the current time when you ran the command.
30+
For example if you run `sqlpage create-migration "Example Migration 1"` on the command line, you will find a new file under the `sqlpage/migrations` folder called `[timestamp]_example_migration_1.sql` where timestamp is the current time when you ran the command.
3131

3232
## Running migrations
3333

0 commit comments

Comments
 (0)