Merge branch 'master' into 'lash/cic-cache-syncer-backend-mixup'
# Conflicts: # .gitignore
This commit is contained in:
commit
792ab1e2fd
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,6 @@
|
|||||||
service-configs/*
|
service-configs/*
|
||||||
!service-configs/.gitkeep
|
!service-configs/.gitkeep
|
||||||
|
|
||||||
**/node_modules/
|
**/node_modules/
|
||||||
|
__pycache__
|
||||||
|
*.pyc
|
||||||
|
*.o
|
||||||
|
@ -57,6 +57,7 @@ custodial_tests = [
|
|||||||
'local_key',
|
'local_key',
|
||||||
'gas',
|
'gas',
|
||||||
'faucet',
|
'faucet',
|
||||||
|
'ussd'
|
||||||
]
|
]
|
||||||
|
|
||||||
metadata_tests = [
|
metadata_tests = [
|
||||||
|
@ -5,6 +5,7 @@ CREATE DATABASE "cic_notify";
|
|||||||
CREATE DATABASE "cic_meta";
|
CREATE DATABASE "cic_meta";
|
||||||
CREATE DATABASE "cic_signer";
|
CREATE DATABASE "cic_signer";
|
||||||
CREATE DATABASE "cic_ussd";
|
CREATE DATABASE "cic_ussd";
|
||||||
|
CREATE DATABASE "chain_sync";
|
||||||
GRANT ALL PRIVILEGES
|
GRANT ALL PRIVILEGES
|
||||||
ON DATABASE "cic_cache", "cic_eth", "cic_notify", "cic_meta", "cic_signer", "cic_ussd"
|
ON DATABASE "cic_cache", "cic_eth", "cic_notify", "cic_meta", "cic_signer", "cic_ussd", "chain_sync"
|
||||||
TO grassroots;
|
TO grassroots;
|
||||||
|
Loading…
Reference in New Issue
Block a user