You can also just add those two new columns via phpmyadmin:
notes VARCHAR(2048) DEFAULT ''
content_info_id INT UNSIGNED NOT NULL DEFAULT 1
You can also just add those two new columns via phpmyadmin:
notes VARCHAR(2048) DEFAULT ''
content_info_id INT UNSIGNED NOT NULL DEFAULT 1