add missing path property handling

This commit is contained in:
Jeffrey Duroyon
2020-05-18 00:56:43 +02:00
parent ca8e42388b
commit f6e0a826a1
21 changed files with 292 additions and 114 deletions

View File

@@ -32,6 +32,9 @@
<column name="mother_id" type="uuid">
<constraints nullable="false"/>
</column>
<column name="cage_id" type="uuid">
<constraints nullable="false"/>
</column>
<column name="hunger_level" type="integer">
<constraints nullable="false"/>
</column>