Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
daffyyyy committed Apr 26, 2024
2 parents e1650df + 8caa866 commit b45e112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Database/Migrations/005_CreateUnbansTable.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CREATE TABLE IF NOT EXISTS `sa_unmutes` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

INSERT INTO `sa_admins` (`id`, `player_name`, `player_steamid`, `flags`, `immunity`, `server_id`, `ends`, `created`)
VALUES (-1, 'Console', 'Console', '', '0', NULL, NULL, '0000-00-00 00:00:00');
VALUES (-1, 'Console', 'Console', '', '0', NULL, NULL, NOW());

UPDATE `sa_admins` SET `id` = 0 WHERE `id` = -1;

Expand Down

0 comments on commit b45e112

Please sign in to comment.