Skip to content

Commit e069798

Browse files
committed
Remove extra dots and keep the naming style consistent with other tables
1 parent db73418 commit e069798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/src/main/java/org/apache/seata/common/ConfigurationKeys.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ public interface ConfigurationKeys {
12151215
/**
12161216
* The constant VGROUP_TABLE_NAME
12171217
*/
1218-
String VGROUP_TABLE_NAME = STORE_DB_PREFIX + FILE_CONFIG_SPLIT_CHAR + "vgroup-table";
1218+
String VGROUP_TABLE_NAME = STORE_DB_PREFIX + "vgroupTable";
12191219

12201220
/**
12211221
* The constant NAMESPACE_KEY

script/config-center/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ store.db.maxConn=30
133133
store.db.globalTable=global_table
134134
store.db.branchTable=branch_table
135135
store.db.distributedLockTable=distributed_lock
136-
store.db.vgroupTable=vgroup-table
136+
store.db.vgroupTable=vgroup_table
137137
store.db.queryLimit=100
138138
store.db.lockTable=lock_table
139139
store.db.maxWait=5000

0 commit comments

Comments
 (0)