Skip to content

Commit

Permalink
Add readme with setup details
Browse files Browse the repository at this point in the history
  • Loading branch information
rickselby committed May 24, 2024
1 parent fdd3572 commit bd6312e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .idea/dataSources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## New database setup

```postgresql
create database name;
create user name with password 'password';
grant all privileges on database name to name;
```

0 comments on commit bd6312e

Please sign in to comment.