mirror of
https://github.com/norohind/jubilant-system-core.git
synced 2025-04-24 14:50:51 +03:00
schema fix: owner_id is text, not int
This commit is contained in:
parent
4601f1eab1
commit
ac7d25297f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user