Skip to content

Commit

Permalink
Fixed command
Browse files Browse the repository at this point in the history
  • Loading branch information
nastena1606 committed Jun 19, 2024
1 parent 24f17fa commit 536501e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CREATE SCHEMA demo;
To ensure all tables end up in your newly created schema, use the following statement ot set the schema:

```sql
CREATE SCHEMA demo;
SET SCHEMA demo;
```

Replace the `demo` name with your value.

0 comments on commit 536501e

Please sign in to comment.