mirror of
https://github.com/latentPrion/cppbessot.git
synced 2026-04-18 02:54:23 +00:00
15 lines
493 B
XML
15 lines
493 B
XML
|
|
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="pgsql" version="1">
|
||
|
|
<changeset version="2">
|
||
|
|
<add-table name="GovernmentAddress" kind="object">
|
||
|
|
<column name="id" type="TEXT" null="false"/>
|
||
|
|
<column name="addressLabel" type="TEXT" null="false"/>
|
||
|
|
<column name="regionLookupKey" type="TEXT" null="false"/>
|
||
|
|
<primary-key>
|
||
|
|
<column name="id"/>
|
||
|
|
</primary-key>
|
||
|
|
</add-table>
|
||
|
|
</changeset>
|
||
|
|
|
||
|
|
<model version="1"/>
|
||
|
|
</changelog>
|