Commit the generated files

This commit is contained in:
2026-03-02 23:56:28 -04:00
parent cab4e79656
commit d17be6f641
54 changed files with 16981 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="sqlite" version="1">
<model version="1">
<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>
</table>
</model>
</changelog>