combine schemas
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
create table if not exists games (
|
||||
gamePk integer,
|
||||
teamId text,
|
||||
state text,
|
||||
unique (teamId, gamePk) on conflict replace
|
||||
);
|
||||
@@ -6,3 +6,10 @@ create table if not exists mlbdata (
|
||||
create index if not exists nonposted
|
||||
on mlbdata(posted)
|
||||
where posted = 0;
|
||||
|
||||
create table if not exists games (
|
||||
gamePk integer,
|
||||
teamId text,
|
||||
state text,
|
||||
unique (teamId, gamePk) on conflict replace
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user