Files
shopPRO/updates/0.00/ver_0.064_sql.txt
2024-10-23 13:44:50 +02:00

2 lines
165 B
Plaintext

ALTER TABLE pp_articles_langs ADD table_of_contents TEXT NULL DEFAULT NULL AFTER text;
ALTER TABLE pp_articles ADD views INT NOT NULL DEFAULT '0' AFTER social_icons;