feat: initial commit
Signed-off-by: Vojtech Mares <iam@vojtechmares.com>
This commit is contained in:
commit
a4f9b46fdb
11 changed files with 640 additions and 0 deletions
4
docs/converge.sql
Normal file
4
docs/converge.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
GRANT CONNECT ON DATABASE converge TO c4core;
|
||||
GRANT ALL ON SCHEMA public TO c4core;
|
||||
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO c4core;
|
||||
GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO c4core;
|
||||
Reference in a new issue