Skip to content

Commit

Permalink
Update bilifans.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
CzJam authored Aug 5, 2022
1 parent ed8b405 commit 2218482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bilifans.sql
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CREATE TABLE `fansdata` (

LOCK TABLES `fansdata` WRITE;
/*!40000 ALTER TABLE `fansdata` DISABLE KEYS */;
INSERT INTO `fansdata` VALUES (2,'bishi',1019930,1019930);
INSERT INTO `fansdata` VALUES (2,'nick',0,0);
/*!40000 ALTER TABLE `fansdata` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down

0 comments on commit 2218482

Please sign in to comment.