Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit f81bcf6

Browse files
add LowerCaseTableNames to taurusdb
1 parent 78ebc93 commit f81bcf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openstack/taurusdb/v3/instances/requests.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ type CreateTaurusDBOpts struct {
4242
MasterAZ string `json:"master_availability_zone,omitempty"`
4343
ConfigurationId string `json:"configuration_id,omitempty"`
4444
EnterpriseProjectId string `json:"enterprise_project_id,omitempty"`
45+
LowerCaseTableNames *int `json:"lower_case_table_names,omitempty"`
4546
DataStore DataStoreOpt `json:"datastore" required:"true"`
4647
BackupStrategy *BackupStrategyOpt `json:"backup_strategy,omitempty"`
4748
ChargeInfo *ChargeInfoOpt `json:"charge_info,omitempty"`

0 commit comments

Comments
 (0)