first commit
This commit is contained in:
3
updates/0.00/ver_0.055_sql.txt
Normal file
3
updates/0.00/ver_0.055_sql.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE pp_shop_orders CHANGE client_street client_street VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_polish_ci NULL DEFAULT NULL;
|
||||
ALTER TABLE pp_shop_orders CHANGE client_postal_code client_postal_code VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_polish_ci NULL DEFAULT NULL;
|
||||
ALTER TABLE pp_shop_orders CHANGE client_city client_city VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_polish_ci NULL DEFAULT NULL;
|
||||
Reference in New Issue
Block a user