Last modified by christoph_lechleitner@iteg_at on 2013-01-31 07.32:56

From version 4.1
edited by christoph_lechleitner@iteg_at
on 2013-01-31 04.25:51
Change comment: Name of schema history table configurable now, and text refactoring
To version 5.1
edited by christoph_lechleitner@iteg_at
on 2013-01-31 06.18:32
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -59,11 +59,14 @@
59 59  <!-- List of TableDefinitions here (see below), typical: -->
60 60   <!-- <bp:bean factory-ref="tableDefinitions" factory-method="getSetup" /> -->
61 61  </bp:property>
62 + <!-- Add Update-Snippets here, example for updates from 0.1.00 to 0.1.01 and on to 0.2.00
62 62  <bp:property name="upateSnippets">
63 -<!-- Add Update-Snippets here -->
64 - <!-- Example for update from 0.1.00 to 0.1.01 -->
65 - <!-- <bp:entry key="0.1.00" value="foo.schema.SchemaUpdate_0_1_01"></bp:entry> -->
64 +<bp:map>
65 + <bp:entry key="0.1.00" value="foo.schema.SchemaUpdate_0_1_01"></bp:entry>
66 + <bp:entry key="0.1.01" value="foo.schema.SchemaUpdate_0_2_00"></bp:entry>
67 +</bp:map>
66 66  </bp:property>
69 + -->
67 67  </bp:bean>
68 68  {{/code}}
69 69  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -656825
1 +656824
URL
... ... @@ -1,1 +1,1 @@
1 -https://clazzes.atlassian.net/wiki/spaces/JDBC2XML/pages/656825/How To create and update Databases using SchemaManager and SchemaUpdateSnippets
1 +https://clazzes.atlassian.net/wiki/spaces/JDBC2XML/pages/656824/How To create and update Databases using SchemaManager and SchemaUpdateSnippets