mirror of
https://github.com/valitydev/daway.git
synced 2024-11-06 00:25:19 +00:00
add new limiter scopes (#73)
This commit is contained in:
parent
8f4822e6a5
commit
5ee616dac7
2
pom.xml
2
pom.xml
@ -175,7 +175,7 @@
|
||||
<dependency>
|
||||
<groupId>dev.vality</groupId>
|
||||
<artifactId>limiter-proto</artifactId>
|
||||
<version>1.32-6158184</version>
|
||||
<version>1.33-31de59b</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality</groupId>
|
||||
|
@ -0,0 +1,3 @@
|
||||
ALTER TYPE dw.limit_config_limit_scope_type ADD VALUE 'provider';
|
||||
ALTER TYPE dw.limit_config_limit_scope_type ADD VALUE 'terminal';
|
||||
ALTER TYPE dw.limit_config_limit_scope_type ADD VALUE 'payer_contact_email';
|
Loading…
Reference in New Issue
Block a user