diff --git a/composer.json b/composer.json index 789d1f6..705c1a5 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "oneplace/oneplace-contact", "description": "onePlace Contact Module", "type": "oneplace-module", - "version": "1.0.11", + "version": "1.0.12", "license": "BSD-3-Clause", "keywords": [ "laminas", diff --git a/data/structure_simple.sql b/data/structure_simple.sql index f05043d..96e8dc0 100644 --- a/data/structure_simple.sql +++ b/data/structure_simple.sql @@ -1,4 +1,4 @@ -ALTER TABLE `contact` ADD `description` TEXT NOT NULL DEFAULT '' AFTER `label`, +ALTER TABLE `contact` ADD `description` TEXT NOT NULL DEFAULT '' AFTER `Contact_ID`, ADD `firstname` VARCHAR(255) NOT NULL DEFAULT '' AFTER `description`, ADD `lastname` VARCHAR(255) NOT NULL DEFAULT '' AFTER `firstname`, ADD `email_private` VARCHAR(255) NOT NULL DEFAULT '' AFTER `lastname`, diff --git a/src/Module.php b/src/Module.php index 27c5257..376f5df 100644 --- a/src/Module.php +++ b/src/Module.php @@ -31,7 +31,7 @@ class Module { * * @since 1.0.0 */ - const VERSION = '1.0.11'; + const VERSION = '1.0.12'; /** * Load module config file