← Back to team overview

slub.team team mailing list archive

[Merge] lp:~ralf-claussnitzer/goobi-production/bug-980612 into lp:goobi-production

 

Ralf Claussnitzer has proposed merging lp:~ralf-claussnitzer/goobi-production/bug-980612 into lp:goobi-production.

Requested reviews:
  Henning Gerhardt (henning-gerhardt)
Related bugs:
  Bug #980612 in Goobi.Production: "invalid default database schema"
  https://bugs.launchpad.net/goobi-production/+bug/980612

For more details, see:
https://code.launchpad.net/~ralf-claussnitzer/goobi-production/bug-980612/+merge/102738
-- 
https://code.launchpad.net/~ralf-claussnitzer/goobi-production/bug-980612/+merge/102738
Your team Saxon State Library Team is subscribed to branch lp:goobi-production.
=== modified file 'setup/schema.sql'
--- setup/schema.sql	2011-07-19 16:52:50 +0000
+++ setup/schema.sql	2012-04-19 18:20:28 +0000
@@ -286,7 +286,7 @@
 CREATE TABLE `schritteeigenschaften` (
   `schritteeigenschaftenID` int(11) NOT NULL AUTO_INCREMENT,
   `Titel` varchar(255) DEFAULT NULL,
-  `Wert` varchar(255) DEFAULT NULL,
+  `Wert` longtext,
   `IstObligatorisch` bit(1) DEFAULT NULL,
   `DatentypenID` int(11) DEFAULT NULL,
   `Auswahl` varchar(255) DEFAULT NULL,
@@ -312,7 +312,7 @@
 CREATE TABLE `vorlageneigenschaften` (
   `vorlageneigenschaftenID` int(11) NOT NULL AUTO_INCREMENT,
   `Titel` varchar(255) DEFAULT NULL,
-  `Wert` varchar(255) DEFAULT NULL,
+  `Wert` longtext,
   `IstObligatorisch` bit(1) DEFAULT NULL,
   `DatentypenID` int(11) DEFAULT NULL,
   `Auswahl` varchar(255) DEFAULT NULL,
@@ -337,7 +337,7 @@
 CREATE TABLE `werkstueckeeigenschaften` (
   `werkstueckeeigenschaftenID` int(11) NOT NULL AUTO_INCREMENT,
   `Titel` varchar(255) DEFAULT NULL,
-  `Wert` varchar(255) DEFAULT NULL,
+  `Wert` longtext,
   `IstObligatorisch` bit(1) DEFAULT NULL,
   `DatentypenID` int(11) DEFAULT NULL,
   `Auswahl` varchar(255) DEFAULT NULL,


Follow ups