Add generated test-schema-v1.2

This commit is contained in:
2026-03-03 12:18:50 -04:00
parent 419d8b2f9f
commit 8df8a764b4
79 changed files with 18418 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="pgsql" version="1">
<changeset version="2">
<add-table name="TripAttemptResult" kind="object">
<column name="id" type="TEXT" null="false"/>
<column name="result" type="TEXT" null="false"/>
<column name="retryReason" type="TEXT" null="false"/>
<column name="governmentSuspensionReason" type="TEXT" null="false"/>
<column name="governmentTerminationReason" type="TEXT" null="false"/>
<column name="complianceSuspensionReason" type="TEXT" null="false"/>
<column name="complianceTerminationReason" type="TEXT" null="false"/>
<column name="policySuspensionReason" type="TEXT" null="false"/>
<column name="policyTerminationReason" type="TEXT" null="false"/>
<column name="cancelationReason" type="TEXT" null="false"/>
<column name="failureReason" type="TEXT" null="false"/>
<column name="details" type="TEXT" null="false"/>
<primary-key>
<column name="id"/>
</primary-key>
</add-table>
</changeset>
<model version="1"/>
</changelog>