more on readme
This commit is contained in:
parent
a4ff1df405
commit
bb0bd5ca67
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
|
$ 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,
|
||||||
|
|
Loading…
Reference in a new issue