feat(others): update database schema
- Change `LastIntrospectionLocalTimestamp` date in `brief_05` schema - Rename table `rent` to `rents` - Update `id` column `DasType` to `varchar(36)|0s` Signed-off-by: Mathis <yidhra@tuta.io>
This commit is contained in:
parent
03fc5307e6
commit
c95ac03680
@ -1036,7 +1036,7 @@ brief\\_05|schema||user_brief05||UPDATE|G</Grants>
|
||||
</schema>
|
||||
<schema id="325" parent="1" name="brief_05">
|
||||
<Current>1</Current>
|
||||
<LastIntrospectionLocalTimestamp>2024-04-29.12:54:42</LastIntrospectionLocalTimestamp>
|
||||
<LastIntrospectionLocalTimestamp>2024-05-03.07:39:06</LastIntrospectionLocalTimestamp>
|
||||
<CollationName>latin1_swedish_ci</CollationName>
|
||||
</schema>
|
||||
<user id="326" parent="1" name="user_brief05"/>
|
||||
@ -1063,7 +1063,7 @@ brief\\_05|schema||user_brief05||UPDATE|G</Grants>
|
||||
<Engine>InnoDB</Engine>
|
||||
<CollationName>latin1_swedish_ci</CollationName>
|
||||
</table>
|
||||
<table id="332" parent="325" name="rent">
|
||||
<table id="332" parent="325" name="rents">
|
||||
<Engine>InnoDB</Engine>
|
||||
<CollationName>latin1_swedish_ci</CollationName>
|
||||
</table>
|
||||
@ -1270,7 +1270,7 @@ brief\\_05|schema||user_brief05||UPDATE|G</Grants>
|
||||
<Position>7</Position>
|
||||
</column>
|
||||
<column id="376" parent="332" name="id">
|
||||
<DasType>tinyint(1)|0s</DasType>
|
||||
<DasType>varchar(36)|0s</DasType>
|
||||
<NotNull>1</NotNull>
|
||||
<Position>8</Position>
|
||||
</column>
|
||||
|
Loading…
x
Reference in New Issue
Block a user