schema fix: owner_id is text, not int

This commit is contained in:
norohind 2022-04-17 16:20:31 +03:00
parent 4601f1eab1
commit ac7d25297f
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -32,7 +32,7 @@ create table if not exists squadrons_historical_data (
operation_id integer,
name text,
tag text,
owner_id integer,
owner_id text,
owner_name text,
platform text,
created text,
@ -83,7 +83,7 @@ create table if not exists squadrons_current_data(
squad_id int primary key not null,
name text,
tag text,
owner_id integer,
owner_id text,
owner_name text,
platform text,
created text,