* Change the link type document to text type.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
UPDATE `zt_doc` SET `type` = 'text' WHERE `type` = 'url';
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
UPDATE `zt_doc` SET `type` = 'text' WHERE `type` = 'url';
|
||||