From 54c77c047eb4a7206e165a1c362a67ff96384e70 Mon Sep 17 00:00:00 2001 From: Midorica Date: Wed, 18 Oct 2023 18:44:03 -0400 Subject: [PATCH] fixing duplicated is_cab value from machine table --- core/data/schema/arcade.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/data/schema/arcade.py b/core/data/schema/arcade.py index ce7c30a..2fb8e43 100644 --- a/core/data/schema/arcade.py +++ b/core/data/schema/arcade.py @@ -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),