Skip to content

Commit

Permalink
Update schema.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Luan Luciano committed Dec 5, 2023
1 parent 690fe15 commit c750e03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ CREATE TABLE IF NOT EXISTS `guild_wars` (
`status` tinyint(2) NOT NULL DEFAULT '0',
`started` bigint(15) NOT NULL DEFAULT '0',
`ended` bigint(15) NOT NULL DEFAULT '0',
`frags` tinyint(3) UNSIGNED NOT NULL DEFAULT '0',
`payment` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
INDEX `guild1` (`guild1`),
INDEX `guild2` (`guild2`),
CONSTRAINT `guild_wars_pk` PRIMARY KEY (`id`)
Expand Down

0 comments on commit c750e03

Please sign in to comment.