Skip to content

Commit

Permalink
Update palm_tree.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgriv authored Jan 7, 2023
1 parent a4a6fa7 commit 5a166fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/palm_tree.sql
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ CREATE TABLE `about` (

LOCK TABLES `about` WRITE;
/*!40000 ALTER TABLE `about` DISABLE KEYS */;
INSERT INTO `about` VALUES (1,'Scott Grivner','[email protected]','www.scottgrivner.com','1.0.0','MIT');
INSERT INTO `about` VALUES (1,'Scott Grivner','[email protected]','https://www.scottgrivner.dev','1.0.0','MIT');
/*!40000 ALTER TABLE `about` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down

0 comments on commit 5a166fe

Please sign in to comment.