Skip to content

Commit

Permalink
Update server.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Achim-Sommer committed Jul 9, 2023
1 parent 436fb46 commit de7e011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQL/server.sql
Expand Up @@ -2173,7 +2173,7 @@ CREATE TABLE IF NOT EXISTS `ox_doorlock` (
PRIMARY KEY (`id`)
) ENGINE=InnoDB;

ALTER TABLE `users` ADD COLUMN `pet` VARCHAR(50) NOT NULL;
ALTER TABLE `users` ADD COLUMN `pet` VARCHAR(50) NOT NULL DEFAULT '0';

INSERT INTO `ox_doorlock` (`id`, `name`, `data`) VALUES
(1, 'mrpd locker rooms', '{"maxDistance":2,"heading":90,"coords":{"x":450.1041259765625,"y":-985.7384033203125,"z":30.83930206298828},"groups":{"police":0},"state":1,"model":1557126584,"hideUi":false}'),
Expand Down

0 comments on commit de7e011

Please sign in to comment.