Skip to content

Commit

Permalink
fix system
Browse files Browse the repository at this point in the history
  • Loading branch information
kongeor committed Jul 19, 2024
1 parent d837a3f commit a008aaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ create user kino with password 'kino';
grant all privileges on database kino to kino;
```

```
alter database kino owner to kino;
```

FIXME

## License
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
(b/uber {:class-dir class-dir
:uber-file uber-file
:basis basis
:main 'kion.system}))
:main 'kino.system}))

0 comments on commit a008aaf

Please sign in to comment.