mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-03-21 18:04:18 -05:00
fixing duplicated is_cab value from machine table
This commit is contained in:
parent
93b8b86b55
commit
54c77c047e
|
|
@ -41,7 +41,6 @@ machine = Table(
|
|||
Column("country", String(3)), # overwrites if not null
|
||||
Column("timezone", String(255)),
|
||||
Column("ota_enable", Boolean),
|
||||
Column("is_cab", Boolean),
|
||||
Column("memo", String(255)),
|
||||
Column("is_cab", Boolean),
|
||||
Column("data", JSON),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user