Skip to content

Commit 12c9bd1

Browse files
committed
typo
1 parent 6e5014f commit 12c9bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/official-site/get started.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Your database schema
6262
The database schema for your SQLPage website can be defined using SQL scripts located in the **`sqlpage/migrations`** subdirectory of your website''s root folder.
6363
Each script represents a migration that sets up or modifies the database structure.
6464
The scripts are executed in alphabetical order, so you can prefix them with a number to control the order in which they are executed.
65-
If you don'' want SQLPage to manage your database schema, you can ignore the `sqlpage/migrations` folder completely,
65+
If you don''t want SQLPage to manage your database schema, you can ignore the `sqlpage/migrations` folder completely,
6666
and manually create and update database tables using your own favorite tools.
6767
6868
For our first website, let''s create a file located in `sqlpage/migrations/0001_create_users_table.sql` with the following contents:

0 commit comments

Comments
 (0)