Increase sender length to 60

If the players are saved with a rockstar license, forty is very little, so when giving invoices, there is an error in the notifications.
This commit is contained in:
lush0n3
2022-02-25 03:39:28 -03:00
committed by GitHub
parent 5047eefe9a
commit c0936ee179
+1 -1
View File
@@ -91,7 +91,7 @@ CREATE TABLE `addon_inventory_items` (
CREATE TABLE `billing` (
`id` int(11) NOT NULL,
`identifier` varchar(60) NOT NULL,
`sender` varchar(40) NOT NULL,
`sender` varchar(60) NOT NULL,
`target_type` varchar(50) NOT NULL,
`target` varchar(40) NOT NULL,
`label` varchar(255) NOT NULL,