diff --git a/resources/sql/patches/117.repositorydescription.php b/resources/sql/patches/117.repositorydescription.php new file mode 100644 index 0000000000..285eb0c0c2 --- /dev/null +++ b/resources/sql/patches/117.repositorydescription.php @@ -0,0 +1,22 @@ +establishConnection('w'); +if (queryfx_one($conn, "SHOW COLUMNS FROM `repository` LIKE 'description'")) { + queryfx($conn, "ALTER TABLE `repository` DROP `description`"); +}