fix(teedy): forgot to create the database
This commit is contained in:
parent
36f0b45578
commit
6ad28c54bf
1 changed files with 1 additions and 0 deletions
|
|
@ -2,3 +2,4 @@ create user teedy with password 'teedy' login createdb;
|
|||
create schema teedy;
|
||||
grant all privileges on all tables in schema teedy to teedy;
|
||||
grant all privileges on all sequences in schema teedy to teedy;
|
||||
create database teedy owner teedy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue