Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmvpm committed May 10, 2024
1 parent 3e6754d commit ff89c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Note, that the local Redis does not require a password

#### Actual schema

```postgresql
```sql
create table offers
(
id uuid primary key,
Expand Down Expand Up @@ -118,7 +118,7 @@ create table offer_photos

Indices for searching by offers:

```postgresql
```sql
create index offers_name_idx on offers
using gin (to_tsvector('russian', name));

Expand Down

0 comments on commit ff89c5c

Please sign in to comment.