fixes
This commit is contained in:
2
backend
2
backend
Submodule backend updated: 2a95dd26df...40d8d44676
@@ -5,6 +5,8 @@ grant all on schema public to backend;
|
||||
create role srv;
|
||||
grant connect on database dexorder to srv;
|
||||
-- for fetching orders
|
||||
grant select on seriesdict to srv;
|
||||
-- for fetching orders
|
||||
grant select on orderindex to srv;
|
||||
grant select on token to srv;
|
||||
grant select on pool to srv;
|
||||
|
||||
2
web
2
web
Submodule web updated: a59ecbe67c...cf7eb637bc
Reference in New Issue
Block a user