Skip to content

Commit

Permalink
added new column to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
majikat768 committed Dec 10, 2022
1 parent 8cacee4 commit 7565aa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CREATE TABLE IF NOT EXISTS games (
MissionBagNumEntries integer,
MissionBagNumTeams integer,
MissionBagTeamDetailsVersion integer,
MissionBagWasDeathlessUsed text,
HunterLevel integer
);
CREATE TABLE IF NOT EXISTS teams (
Expand Down

0 comments on commit 7565aa3

Please sign in to comment.