diff --git a/sql/incoming-schema-changes.sql b/sql/incoming-schema-changes.sql index 1658a504..b051ef95 100644 --- a/sql/incoming-schema-changes.sql +++ b/sql/incoming-schema-changes.sql @@ -3,6 +3,12 @@ USE ifdb; -- use this script for pending changes to the production DB schema +ALTER table games + Add column cover_art_description VARCHAR(2000) AFTER coverart; + + + + DROP TABLE IF EXISTS `global_settings`; CREATE TABLE `global_settings` ( `setting_id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, diff --git a/www/editgame b/www/editgame index a9ecf49b..42e3eb04 100644 --- a/www/editgame +++ b/www/editgame @@ -1101,6 +1101,12 @@ for ($i = 0 ; $i < count($fields) ; $i++) { "This game has no cover art", "coverart", $curval, 90); + } else if ($colname == "cover_art_description") { + // multiline field for cover art description + echo ""; + } else if ($colname == "desc") { // multiline field for description echo "