add missing path property handling
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user