diff options
author | stolenvw <stolenvw@hotmail.com> | 2021-04-15 18:51:59 -0400 |
---|---|---|
committer | stolenvw <stolenvw@hotmail.com> | 2021-04-15 18:51:59 -0400 |
commit | 68e8f975c2cade235a0f2bdb2edfb20a467fc2b6 (patch) | |
tree | dd232c532999474483ef0237cc71ea239e8590fc | |
parent | 65d2ac46fa21b25d597b53089477d20c6b703a06 (diff) |
Added table data for exstats db so 1st row will always have version info.
-rw-r--r-- | table_info.sql | 7 |
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` -- |