Using PostgreSQL instead of Redis #1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Then, create a new database which is owned by the newly created user:
|
|||
$ createdb -O kosync kosync
|
||||
```
|
||||
|
||||
Connect to the database (with psql) and create the database tables:
|
||||
Connect to the database as user *kosync* (with psql) and create the database tables:
|
||||
```sql
|
||||
CREATE TABLE users (
|
||||
id BIGSERIAL PRIMARY KEY,
|
||||
|
|
Loading…
Reference in a new issue