forked from Dniel97/artemis
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("country", String(3)), # overwrites if not null
|
||||||
Column("timezone", String(255)),
|
Column("timezone", String(255)),
|
||||||
Column("ota_enable", Boolean),
|
Column("ota_enable", Boolean),
|
||||||
Column("is_cab", Boolean),
|
|
||||||
Column("memo", String(255)),
|
Column("memo", String(255)),
|
||||||
Column("is_cab", Boolean),
|
Column("is_cab", Boolean),
|
||||||
Column("data", JSON),
|
Column("data", JSON),
|
||||||
|
Loading…
Reference in New Issue
Block a user