From 68e8f975c2cade235a0f2bdb2edfb20a467fc2b6 Mon Sep 17 00:00:00 2001 From: stolenvw Date: Thu, 15 Apr 2021 18:51:59 -0400 Subject: Added table data for exstats db so 1st row will always have version info. --- table_info.sql | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/table_info.sql b/table_info.sql index c5544af..642723b 100644 --- a/table_info.sql +++ b/table_info.sql @@ -49,6 +49,13 @@ CREATE TABLE `exstats` ( PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; + +-- +-- Data for table `events` +-- + +INSERT INTO `exstats` VALUES (1,'NULL','NULL','NULL','NULL','NULL','NULL',1616448381); + -- -- Table structure for table `players` -- -- cgit v1.2.3