diff options
author | stolenvw <stolenvw@hotmail.com> | 2021-04-15 19:24:09 -0400 |
---|---|---|
committer | stolenvw <stolenvw@hotmail.com> | 2021-04-15 19:24:09 -0400 |
commit | a14b6c09fb0551a26b6254dda617985d61ef5f87 (patch) | |
tree | 70e89e24177153647a50cd2ad7a85a6177a0a20f | |
parent | c5e6a213d5eda8b2122b8858ed53dc55a5537c9c (diff) |
fixed insert command for exstats so it dont give an error
-rw-r--r-- | table_info.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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` |