Skip to content

Commit 83bcd35

Browse files
committed
2.19.05.0
1 parent 7e6b135 commit 83bcd35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/resources/rule_template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
License for the specific language governing permissions and - limitations
1414
under the License. -->
1515
<!DOCTYPE dble:rule SYSTEM "rule.dtd">
16-
<dble:rule xmlns:dble="http://dble.cloud/" version="2.19.03.0">
16+
<dble:rule xmlns:dble="http://dble.cloud/" version="2.19.05.0">
1717
<tableRule name="rule_enum">
1818
<rule>
1919
<columns>code</columns>

src/main/resources/schema_template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
-->
66

77
<!DOCTYPE dble:schema SYSTEM "schema.dtd">
8-
<dble:schema xmlns:dble="http://dble.cloud/" version="2.19.03.0">
8+
<dble:schema xmlns:dble="http://dble.cloud/" version="2.19.05.0">
99

1010
<schema name="testdb">
1111
<table name="tb_enum_sharding" primaryKey="ID" dataNode="dn1,dn2" rule="rule_enum"/>

src/main/resources/server_template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
License for the specific language governing permissions and - limitations
1414
under the License. -->
1515
<!DOCTYPE dble:server SYSTEM "server.dtd">
16-
<dble:server xmlns:dble="http://dble.cloud/" version="2.19.03.0">
16+
<dble:server xmlns:dble="http://dble.cloud/" version="2.19.05.0">
1717
<system>
1818
<!-- base config -->
1919
<!--<property name="bindIp">0.0.0.0</property>-->

0 commit comments

Comments
 (0)