mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-24 17:22:06 +01:00
5 lines
104 B
SQL
5 lines
104 B
SQL
ALTER TABLE `afup_site_article`
|
|
ADD `theme` int(11) DEFAULT NULL,
|
|
ADD `id_forum` int(11) DEFAULT NULL
|
|
;
|