* Change the link type document to text type.

This commit is contained in:
tianshujie
2023-03-22 10:47:42 +08:00
parent f48c9e1b97
commit cdd6b554d4
+1
View File
@@ -0,0 +1 @@
UPDATE `zt_doc` SET `type` = 'text' WHERE `type` = 'url';