Skip to content

Commit bdeda83

Browse files
authored
Merge pull request #243 from Qwerty1Verified/patch-1
Fix: Changes SQL garage default to use "w" for heading
2 parents 8759724 + 53afe5e commit bdeda83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qb-houses.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CREATE TABLE IF NOT EXISTS `houselocations` (
66
`owned` tinyint(2) DEFAULT NULL,
77
`price` int(11) DEFAULT NULL,
88
`tier` tinyint(4) DEFAULT NULL,
9-
`garage` text NOT NULL DEFAULT '{"y":0,"x":0,"h":0,"z":0}',
9+
`garage` text NOT NULL DEFAULT '{"y":0,"x":0,"w":0,"z":0}',
1010
PRIMARY KEY (`id`),
1111
KEY `name` (`name`)
1212
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;

0 commit comments

Comments
 (0)