Skip to content

Commit 365c103

Browse files
tongyimingmikatong
and
mikatong
authored
update POSTGRESQL_PAYTYPE (#3317)
Co-authored-by: mikatong <[email protected]>
1 parent 9aa8f52 commit 365c103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/services/postgresql/extension_postgresql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const (
1010
COMMON_PAYTYPE_POSTPAID = "POSTPAID_BY_HOUR"
1111
)
1212

13-
var POSTGRESQL_PAYTYPE = []string{COMMON_PAYTYPE_POSTPAID}
13+
var POSTGRESQL_PAYTYPE = []string{COMMON_PAYTYPE_POSTPAID, COMMON_PAYTYPE_PREPAID}
1414

1515
const (
1616
POSTGRESQL_DB_VERSION_9_3_5 = "9.3.5"

0 commit comments

Comments
 (0)