mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
lush0n3/patch-2 - Improved RL length [DB]
Increase sender length to 60
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user