From a14b6c09fb0551a26b6254dda617985d61ef5f87 Mon Sep 17 00:00:00 2001 From: stolenvw Date: Thu, 15 Apr 2021 19:24:09 -0400 Subject: fixed insert command for exstats so it dont give an error --- table_info.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table_info.sql b/table_info.sql index 642723b..f17a8e1 100644 --- a/table_info.sql +++ b/table_info.sql @@ -54,7 +54,7 @@ CREATE TABLE `exstats` ( -- Data for table `events` -- -INSERT INTO `exstats` VALUES (1,'NULL','NULL','NULL','NULL','NULL','NULL',1616448381); +INSERT INTO `exstats` VALUES (1,'NULL','NULL','NULL','NULL',NULL,NULL,1616448381); -- -- Table structure for table `players` -- cgit v1.2.3