first commit
This commit is contained in:
2
updates/1.30/ver_1.383_sql.txt
Normal file
2
updates/1.30/ver_1.383_sql.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE pp_pages_langs ADD link VARCHAR(255) NULL DEFAULT NULL AFTER noindex;
|
||||
UPDATE pp_pages_langs AS ppl SET link = ( SELECT link FROM pp_pages WHERE id = ppl.page_id );
|
||||
Reference in New Issue
Block a user