Skip to content

Commit f1e9a54

Browse files
authored
Update update.php
1 parent 7536e04 commit f1e9a54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install/update.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@
115115
`id` int(255) NOT NULL AUTO_INCREMENT,
116116
`info` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,
117117
PRIMARY KEY (`id`)
118-
);"
118+
);",
119+
"ALTER TABLE `orders_list` CHANGE `token` `token` VARCHAR(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_persian_ci NOT NULL;",
120+
"ALTER TABLE `orders_list` CHANGE `uuid` `uuid` VARCHAR(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_persian_ci NOT NULL;"
119121
];
120122
function updateBot(){
121123
global $arrays, $connection, $walletwizwiz, $nowPaymentKey, $zarinpalId;

0 commit comments

Comments
 (0)