more on readme

This commit is contained in:
Martin Brodbeck 2025-01-08 12:59:57 +01:00
parent a4ff1df405
commit bb0bd5ca67

View file

@ -24,7 +24,7 @@ Then, create a new database which is owned by the newly created user:
$ createdb -O kosync kosync $ 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 ```sql
CREATE TABLE users ( CREATE TABLE users (
id BIGSERIAL PRIMARY KEY, id BIGSERIAL PRIMARY KEY,