Skip to content

Commit 6b378b5

Browse files
authored
Update sql.sql
1 parent c6f7100 commit 6b378b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sql.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CREATE TABLE IF NOT EXISTS `faucet_settings` (
2222
) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=latin1;
2323

2424
INSERT INTO `faucet_settings` (`id`, `name`, `value`) VALUES
25-
(1, 'faucet_name', 'FaucetHub Faucet'),
25+
(1, 'faucet_name', 'Simple Faucet Script'),
2626
(2, 'space_top', 'Space on the top'),
2727
(3, 'space_left', 'Space on the left side'),
2828
(4, 'space_right', 'Space on the right side'),
@@ -103,4 +103,4 @@ ALTER TABLE `faucet_transactions`
103103
MODIFY `id` int(32) unsigned NOT NULL AUTO_INCREMENT;
104104

105105
ALTER TABLE `faucet_user_list`
106-
MODIFY `id` int(32) unsigned NOT NULL AUTO_INCREMENT;
106+
MODIFY `id` int(32) unsigned NOT NULL AUTO_INCREMENT;

0 commit comments

Comments
 (0)