Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Nov 30, 2023
1 parent 3d8a2cc commit cd9ff08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/create_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ CREATE TABLE IF NOT EXISTS team_match(
CREATE TABLE IF NOT EXISTS match_gcdata(
match_id bigint PRIMARY KEY,
cluster int,
replay_salt int,
replay_salt int
);

CREATE TABLE IF NOT EXISTS items(
Expand Down

0 comments on commit cd9ff08

Please sign in to comment.