summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstolenvw <stolenvw@hotmail.com>2021-04-15 18:51:59 -0400
committerstolenvw <stolenvw@hotmail.com>2021-04-15 18:51:59 -0400
commit68e8f975c2cade235a0f2bdb2edfb20a467fc2b6 (patch)
treedd232c532999474483ef0237cc71ea239e8590fc
parent65d2ac46fa21b25d597b53089477d20c6b703a06 (diff)
Added table data for exstats db so 1st row will always have version info.
-rw-r--r--table_info.sql7
1 files changed, 7 insertions, 0 deletions
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`
--