Skip to content

Commit

Permalink
2.19.05.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhuqing666 committed Jul 2, 2019
1 parent 7e6b135 commit 83bcd35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/rule_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
License for the specific language governing permissions and - limitations
under the License. -->
<!DOCTYPE dble:rule SYSTEM "rule.dtd">
<dble:rule xmlns:dble="http://dble.cloud/" version="2.19.03.0">
<dble:rule xmlns:dble="http://dble.cloud/" version="2.19.05.0">
<tableRule name="rule_enum">
<rule>
<columns>code</columns>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/schema_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-->

<!DOCTYPE dble:schema SYSTEM "schema.dtd">
<dble:schema xmlns:dble="http://dble.cloud/" version="2.19.03.0">
<dble:schema xmlns:dble="http://dble.cloud/" version="2.19.05.0">

<schema name="testdb">
<table name="tb_enum_sharding" primaryKey="ID" dataNode="dn1,dn2" rule="rule_enum"/>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/server_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
License for the specific language governing permissions and - limitations
under the License. -->
<!DOCTYPE dble:server SYSTEM "server.dtd">
<dble:server xmlns:dble="http://dble.cloud/" version="2.19.03.0">
<dble:server xmlns:dble="http://dble.cloud/" version="2.19.05.0">
<system>
<!-- base config -->
<!--<property name="bindIp">0.0.0.0</property>-->
Expand Down

0 comments on commit 83bcd35

Please sign in to comment.