This commit is contained in:
gnieark 2015-12-04 22:45:36 +01:00
commit 52a52dd19e

View File

@ -1,5 +1,7 @@
CREATE TABLE `arena_history` (
=======
CREATE TABLE IF NOT EXISTS `arena_history` (
>>>>>>> origin/master
`game` varchar(8) NOT NULL,
`player1_id` int(11) NOT NULL,
`player2_id` int(11) NOT NULL,