fix(teedy): add script for init database
This commit is contained in:
parent
76a93921a4
commit
36f0b45578
1 changed files with 4 additions and 0 deletions
4
teedy-initdb.sql
Normal file
4
teedy-initdb.sql
Normal file
|
|
@ -0,0 +1,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;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue