Skip to content

Instantly share code, notes, and snippets.

@janvonde
Created May 8, 2019 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janvonde/7dcbeb412255f10265debf7236c29108 to your computer and use it in GitHub Desktop.
Save janvonde/7dcbeb412255f10265debf7236c29108 to your computer and use it in GitHub Desktop.
-- MySQL dump 10.16 Distrib 10.1.11-MariaDB, for osx10.11 (x86_64)
--
-- Host: localhost Database: goobi
-- ------------------------------------------------------
-- Server version 10.1.11-MariaDB
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `batches`
--
DROP TABLE IF EXISTS `batches`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `batches` (
`batchID` int(11) NOT NULL AUTO_INCREMENT,
`stepTitle` varchar(255) DEFAULT NULL,
`ProjekteID` int(11) DEFAULT NULL,
`userID` int(11) DEFAULT NULL,
PRIMARY KEY (`batchID`),
KEY `FKEC39FD68327F143A` (`ProjekteID`),
KEY `FKEC39FD68B6D105C9` (`userID`)
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `batches`
--
LOCK TABLES `batches` WRITE;
/*!40000 ALTER TABLE `batches` DISABLE KEYS */;
INSERT INTO `batches` VALUES (8,'Barcode generation',1,1),(15,'Quality check',1,NULL),(12,'Export into DAM',1,9);
/*!40000 ALTER TABLE `batches` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `batchproperties`
--
DROP TABLE IF EXISTS `batchproperties`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `batchproperties` (
`batchpropertyID` int(11) NOT NULL AUTO_INCREMENT,
`Titel` varchar(255) DEFAULT NULL,
`Wert` varchar(255) DEFAULT NULL,
`IstObligatorisch` bit(1) DEFAULT NULL,
`DatentypenID` int(11) DEFAULT NULL,
`Auswahl` varchar(255) DEFAULT NULL,
`creationDate` datetime DEFAULT NULL,
`batchID` int(11) DEFAULT NULL,
PRIMARY KEY (`batchpropertyID`),
KEY `FK4DD023EDF131C529` (`batchID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `batchproperties`
--
LOCK TABLES `batchproperties` WRITE;
/*!40000 ALTER TABLE `batchproperties` DISABLE KEYS */;
/*!40000 ALTER TABLE `batchproperties` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `benutzer`
--
DROP TABLE IF EXISTS `benutzer`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `benutzer` (
`BenutzerID` int(11) NOT NULL AUTO_INCREMENT,
`Vorname` varchar(255) DEFAULT NULL,
`Nachname` varchar(255) DEFAULT NULL,
`login` varchar(255) DEFAULT NULL,
`passwort` varchar(255) DEFAULT NULL,
`IstAktiv` bit(1) DEFAULT NULL,
`Standort` varchar(255) DEFAULT NULL,
`metadatensprache` varchar(255) DEFAULT NULL,
`css` varchar(255) DEFAULT NULL,
`mitMassendownload` bit(1) DEFAULT NULL,
`displayProcessDateColumn` tinyint(1) DEFAULT '0',
`Tabellengroesse` int(11) DEFAULT NULL,
`sessiontimeout` int(11) DEFAULT NULL,
`ldapgruppenID` int(11) DEFAULT NULL,
`isVisible` varchar(255) DEFAULT NULL,
`ldaplogin` varchar(255) DEFAULT NULL,
`displayDeactivatedProjects` tinyint(1) DEFAULT '0',
`displayFinishedProcesses` tinyint(1) DEFAULT '0',
`displaySelectBoxes` tinyint(1) DEFAULT '0',
`displayIdColumn` tinyint(1) DEFAULT '0',
`displayBatchColumn` tinyint(1) DEFAULT '0',
`displayLocksColumn` tinyint(1) DEFAULT '0',
`displaySwappingColumn` tinyint(1) DEFAULT '0',
`displayAutomaticTasks` tinyint(1) DEFAULT '0',
`hideCorrectionTasks` tinyint(1) DEFAULT '0',
`displayOnlySelectedTasks` tinyint(1) DEFAULT '0',
`displayOnlyOpenTasks` tinyint(1) DEFAULT '0',
`displayModulesColumn` tinyint(1) DEFAULT '0',
`email` varchar(255) DEFAULT NULL,
`shortcut` varchar(255) DEFAULT NULL,
`metseditortime` int(11) DEFAULT NULL,
`displayOtherTasks` tinyint(1) DEFAULT '0',
`metsDisplayTitle` tinyint(1) DEFAULT '0',
`metsLinkImage` tinyint(1) DEFAULT '0',
`metsDisplayPageAssignments` tinyint(1) DEFAULT '0',
`metsDisplayHierarchy` tinyint(1) DEFAULT '0',
PRIMARY KEY (`BenutzerID`),
KEY `FK6564F1FD78EC6B0F` (`ldapgruppenID`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `benutzer`
--
LOCK TABLES `benutzer` WRITE;
/*!40000 ALTER TABLE `benutzer` DISABLE KEYS */;
INSERT INTO `benutzer` VALUES (1,'Detlev','Engel','testadmin','OvEJ00yyYZQ=','','Göttingen','de','/css/default.css','\0',0,10,7200,2,NULL,'',0,0,0,0,0,0,0,0,0,0,0,0,NULL,NULL,NULL,0,0,0,0,0),(2,'Wolfgang','Fürstlich','testscanning','OvEJ00yyYZQ=','','Göttingen','de','/css/default.css','\0',0,10,7200,2,NULL,'',0,0,0,0,0,0,0,0,0,0,0,0,NULL,NULL,NULL,0,0,0,0,0),(3,'Veronika','Lichthaus','testqc','OvEJ00yyYZQ=','','Göttingen','de','/css/default.css','\0',0,10,7200,2,NULL,'',0,0,0,0,0,0,0,0,0,0,0,0,NULL,NULL,NULL,0,0,0,0,0),(4,'André','Hermelich','testimaging','OvEJ00yyYZQ=','','Göttingen','de','/css/default.css','\0',0,10,7200,2,NULL,'',0,0,0,0,0,0,0,0,0,0,0,0,NULL,NULL,NULL,0,0,0,0,0),(5,'Christine','Gross','testmetadata','OvEJ00yyYZQ=','','Göttingen','de','/css/default.css','\0',0,10,7200,2,NULL,'',0,0,0,0,0,0,0,0,0,0,0,0,NULL,NULL,NULL,0,0,0,0,0),(6,'Cecilia','von Darst','testprojectmanagement','OvEJ00yyYZQ=','','Göttingen','de','/css/default.css','\0',0,10,7200,2,NULL,'',0,0,0,0,0,0,0,0,0,0,0,0,NULL,NULL,NULL,0,0,0,0,0);
/*!40000 ALTER TABLE `benutzer` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `benutzereigenschaften`
--
DROP TABLE IF EXISTS `benutzereigenschaften`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `benutzereigenschaften` (
`benutzereigenschaftenID` int(11) NOT NULL AUTO_INCREMENT,
`Titel` varchar(255) DEFAULT NULL,
`Wert` varchar(255) DEFAULT NULL,
`IstObligatorisch` bit(1) DEFAULT NULL,
`DatentypenID` int(11) DEFAULT NULL,
`Auswahl` varchar(255) DEFAULT NULL,
`creationDate` datetime DEFAULT NULL,
`BenutzerID` int(11) DEFAULT NULL,
PRIMARY KEY (`benutzereigenschaftenID`),
KEY `FK963DAE0F8896477B` (`BenutzerID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `benutzereigenschaften`
--
LOCK TABLES `benutzereigenschaften` WRITE;
/*!40000 ALTER TABLE `benutzereigenschaften` DISABLE KEYS */;
/*!40000 ALTER TABLE `benutzereigenschaften` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `benutzergruppen`
--
DROP TABLE IF EXISTS `benutzergruppen`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `benutzergruppen` (
`BenutzergruppenID` int(11) NOT NULL AUTO_INCREMENT,
`titel` varchar(255) DEFAULT NULL,
`berechtigung` int(11) DEFAULT NULL,
PRIMARY KEY (`BenutzergruppenID`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `benutzergruppen`
--
LOCK TABLES `benutzergruppen` WRITE;
/*!40000 ALTER TABLE `benutzergruppen` DISABLE KEYS */;
INSERT INTO `benutzergruppen` VALUES (1,'Administration',1),(2,'Scanner',4),(3,'Quality Assurance',4),(4,'Imageing',4),(5,'Metadata',4),(6,'Project Management',2);
/*!40000 ALTER TABLE `benutzergruppen` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `benutzergruppenmitgliedschaft`
--
DROP TABLE IF EXISTS `benutzergruppenmitgliedschaft`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `benutzergruppenmitgliedschaft` (
`BenutzerGruppenID` int(11) NOT NULL,
`BenutzerID` int(11) NOT NULL,
PRIMARY KEY (`BenutzerID`,`BenutzerGruppenID`),
KEY `FK45CBE5781843242F` (`BenutzerGruppenID`),
KEY `FK45CBE5788896477B` (`BenutzerID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `benutzergruppenmitgliedschaft`
--
LOCK TABLES `benutzergruppenmitgliedschaft` WRITE;
/*!40000 ALTER TABLE `benutzergruppenmitgliedschaft` DISABLE KEYS */;
INSERT INTO `benutzergruppenmitgliedschaft` VALUES (1,1),(2,2),(3,3),(4,4),(5,5),(6,6);
/*!40000 ALTER TABLE `benutzergruppenmitgliedschaft` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `databaseversion`
--
DROP TABLE IF EXISTS `databaseversion`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `databaseversion` (
`version` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `databaseversion`
--
LOCK TABLES `databaseversion` WRITE;
/*!40000 ALTER TABLE `databaseversion` DISABLE KEYS */;
INSERT INTO `databaseversion` VALUES (12);
/*!40000 ALTER TABLE `databaseversion` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `dockets`
--
DROP TABLE IF EXISTS `dockets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dockets` (
`docketID` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`file` varchar(255) DEFAULT NULL,
PRIMARY KEY (`docketID`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `dockets`
--
LOCK TABLES `dockets` WRITE;
/*!40000 ALTER TABLE `dockets` DISABLE KEYS */;
INSERT INTO `dockets` VALUES (1,'Standard','docket.xsl');
/*!40000 ALTER TABLE `dockets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `history`
--
DROP TABLE IF EXISTS `history`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `history` (
`historyid` int(11) NOT NULL AUTO_INCREMENT,
`numericvalue` double DEFAULT NULL,
`stringvalue` varchar(255) DEFAULT NULL,
`type` int(11) DEFAULT NULL,
`date` datetime DEFAULT NULL,
`processID` int(11) DEFAULT NULL,
PRIMARY KEY (`historyid`),
KEY `FK373FE4946640305C` (`processID`)
) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `history`
--
LOCK TABLES `history` WRITE;
/*!40000 ALTER TABLE `history` DISABLE KEYS */;
INSERT INTO `history` VALUES (1,136,NULL,1,'2016-10-28 11:24:44',3),(2,1,'Vorgang anlegen',6,'2016-10-28 11:24:43',3),(3,1,'Vorgang anlegen',7,'2016-10-28 11:24:25',3),(4,1,'Vorgang anlegen',10,'2016-10-28 11:24:25',3),(5,2,'Einspielen der Images',7,'2016-10-28 11:24:25',3),(6,2,'Einspielen der Images',10,'2016-10-28 11:24:25',3),(7,3,'Qualitätskontrolle',10,'2016-10-28 11:24:25',3),(8,4,'Erstellung der Tiff-Header und komprimierter Derivate',10,'2016-10-28 11:24:25',3),(9,5,'Struktur- und Metadaten',10,'2016-10-28 11:24:25',3),(10,6,'Export',10,'2016-10-28 11:24:25',3),(11,7,'Archivierung',10,'2016-10-28 11:24:25',3),(12,2,'Einspielen der Images',8,'2016-10-28 11:25:03',3),(13,2,'Einspielen der Images',6,'2016-10-28 11:25:36',3),(14,3,'Qualitätskontrolle',7,'2016-10-28 11:25:36',3),(15,3,'Qualitätskontrolle',8,'2016-10-28 11:26:41',3),(16,3,'Qualitätskontrolle',6,'2016-10-28 11:26:57',3),(17,4,'Erstellung der Tiff-Header und komprimierter Derivate',7,'2016-10-28 11:26:57',3),(18,4,'Erstellung der Tiff-Header und komprimierter Derivate',8,'2016-10-28 11:26:57',3),(19,4,'Erstellung der Tiff-Header und komprimierter Derivate',8,'2016-10-28 11:26:57',3),(20,4,'Erstellung der Tiff-Header und komprimierter Derivate',6,'2016-10-28 12:06:51',3),(21,5,'Struktur- und Metadaten',7,'2016-10-28 12:06:51',3);
/*!40000 ALTER TABLE `history` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ldapgruppen`
--
DROP TABLE IF EXISTS `ldapgruppen`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ldapgruppen` (
`ldapgruppenID` int(11) NOT NULL AUTO_INCREMENT,
`titel` varchar(255) DEFAULT NULL,
`homeDirectory` varchar(255) DEFAULT NULL,
`gidNumber` varchar(255) DEFAULT NULL,
`userDN` varchar(255) DEFAULT NULL,
`objectClasses` varchar(255) DEFAULT NULL,
`sambaSID` varchar(255) DEFAULT NULL,
`sn` varchar(255) DEFAULT NULL,
`uid` varchar(255) DEFAULT NULL,
`description` varchar(255) DEFAULT NULL,
`displayName` varchar(255) DEFAULT NULL,
`gecos` varchar(255) DEFAULT NULL,
`loginShell` varchar(255) DEFAULT NULL,
`sambaAcctFlags` varchar(255) DEFAULT NULL,
`sambaLogonScript` varchar(255) DEFAULT NULL,
`sambaPrimaryGroupSID` varchar(255) DEFAULT NULL,
`sambaPwdMustChange` varchar(255) DEFAULT NULL,
`sambaPasswordHistory` varchar(255) DEFAULT NULL,
`sambaLogonHours` varchar(255) DEFAULT NULL,
`sambaKickoffTime` varchar(255) DEFAULT NULL,
PRIMARY KEY (`ldapgruppenID`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ldapgruppen`
--
LOCK TABLES `ldapgruppen` WRITE;
/*!40000 ALTER TABLE `ldapgruppen` DISABLE KEYS */;
INSERT INTO `ldapgruppen` VALUES (2,'Standard','/home/{login}','100','cn={login},ou=users,ou=goobi,dc=goobihost,dc=example,dc=net','top,inetOrgPerson,posixAccount,shadowAccount,sambaSamAccount','S-1-5-21-3214869138-56264717-4102676759-{uidnumber*2+1000} ','{login}','{login}','Mitarbeiter','{user full name}','Mitarbeiter','/bin/false','[UX ]','_{login}.bat','S-1-5-21-3214869138-56264717-4102676759-100','2147483647','0000000000000000000000000000000000000000000000000000000000000000','FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF','0');
/*!40000 ALTER TABLE `ldapgruppen` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `metadata`
--
DROP TABLE IF EXISTS `metadata`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `metadata` (
`processid` int(11) DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`value` text CHARACTER SET utf8,
`print` text CHARACTER SET utf8,
KEY `id` (`processid`),
KEY `metadataname` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `metadata`
--
LOCK TABLES `metadata` WRITE;
/*!40000 ALTER TABLE `metadata` DISABLE KEYS */;
/*!40000 ALTER TABLE `metadata` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `metadatenkonfigurationen`
--
DROP TABLE IF EXISTS `metadatenkonfigurationen`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `metadatenkonfigurationen` (
`MetadatenKonfigurationID` int(11) NOT NULL AUTO_INCREMENT,
`Titel` varchar(255) DEFAULT NULL,
`Datei` varchar(255) DEFAULT NULL,
`orderMetadataByRuleset` bit(1) DEFAULT NULL,
PRIMARY KEY (`MetadatenKonfigurationID`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `metadatenkonfigurationen`
--
LOCK TABLES `metadatenkonfigurationen` WRITE;
/*!40000 ALTER TABLE `metadatenkonfigurationen` DISABLE KEYS */;
INSERT INTO `metadatenkonfigurationen` VALUES (1,'Standard','ruleset.xml','\0');
/*!40000 ALTER TABLE `metadatenkonfigurationen` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `projectfilegroups`
--
DROP TABLE IF EXISTS `projectfilegroups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `projectfilegroups` (
`ProjectFileGroupID` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`path` varchar(255) DEFAULT NULL,
`mimetype` varchar(255) DEFAULT NULL,
`suffix` varchar(255) DEFAULT NULL,
`ProjekteID` int(11) DEFAULT NULL,
`folder` varchar(255) DEFAULT NULL,
PRIMARY KEY (`ProjectFileGroupID`),
KEY `FK51AAC229327F143A` (`ProjekteID`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `projectfilegroups`
--
LOCK TABLES `projectfilegroups` WRITE;
/*!40000 ALTER TABLE `projectfilegroups` DISABLE KEYS */;
INSERT INTO `projectfilegroups` VALUES (3,'PRESENTATION','file:///opt/digiverso/viewer/media/$(meta.CatalogIDDigital)/','image/tiff','tif',1,NULL),(5,'DEFAULT','http://presentation.example.net/content/$(meta.CatalogIDDigital)/800/0/','image/jpeg','jpg',1,NULL),(6,'PRESENTATION','file:///opt/digiverso/viewer/media/$(meta.CatalogIDDigital)/','image/tiff','tif',2,NULL),(7,'DEFAULT','http://presentation.example.net/content/$(meta.CatalogIDDigital)/800/0/','image/jpeg','jpg',2,NULL);
/*!40000 ALTER TABLE `projectfilegroups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `projektbenutzer`
--
DROP TABLE IF EXISTS `projektbenutzer`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `projektbenutzer` (
`BenutzerID` int(11) NOT NULL,
`ProjekteID` int(11) NOT NULL,
PRIMARY KEY (`BenutzerID`,`ProjekteID`),
KEY `FKEC749D0E327F143A` (`ProjekteID`),
KEY `FKEC749D0E8896477B` (`BenutzerID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `projektbenutzer`
--
LOCK TABLES `projektbenutzer` WRITE;
/*!40000 ALTER TABLE `projektbenutzer` DISABLE KEYS */;
INSERT INTO `projektbenutzer` VALUES (1,1),(1,2),(2,1),(2,2),(3,1),(3,2),(4,1),(4,2),(5,1),(5,2),(6,1),(6,2);
/*!40000 ALTER TABLE `projektbenutzer` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `projekte`
--
DROP TABLE IF EXISTS `projekte`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `projekte` (
`ProjekteID` int(11) NOT NULL AUTO_INCREMENT,
`Titel` varchar(255) DEFAULT NULL,
`useDmsImport` bit(1) DEFAULT NULL,
`dmsImportTimeOut` int(11) DEFAULT NULL,
`dmsImportRootPath` varchar(255) DEFAULT NULL,
`dmsImportImagesPath` varchar(255) DEFAULT NULL,
`dmsImportSuccessPath` varchar(255) DEFAULT NULL,
`dmsImportErrorPath` varchar(255) DEFAULT NULL,
`dmsImportCreateProcessFolder` bit(1) DEFAULT NULL,
`fileFormatInternal` varchar(255) DEFAULT NULL,
`fileFormatDmsExport` varchar(255) DEFAULT NULL,
`metsRightsOwner` varchar(255) DEFAULT NULL,
`metsRightsOwnerLogo` varchar(255) DEFAULT NULL,
`metsRightsOwnerSite` varchar(255) DEFAULT NULL,
`metsRightsOwnerMail` varchar(255) DEFAULT NULL,
`metsDigiprovReference` varchar(255) DEFAULT NULL,
`metsDigiprovPresentation` varchar(255) DEFAULT NULL,
`metsDigiprovReferenceAnchor` varchar(255) DEFAULT NULL,
`metsDigiprovPresentationAnchor` varchar(255) DEFAULT NULL,
`metsPointerPath` varchar(255) DEFAULT NULL,
`metsPointerPathAnchor` varchar(255) DEFAULT NULL,
`metsPurl` varchar(255) DEFAULT NULL,
`metsContentIDs` varchar(255) DEFAULT NULL,
`startDate` datetime DEFAULT NULL,
`endDate` datetime DEFAULT NULL,
`numberOfPages` int(11) DEFAULT NULL,
`numberOfVolumes` int(11) DEFAULT NULL,
`projectIsArchived` tinyint(1) DEFAULT NULL,
`metsRightsSponsor` varchar(255) DEFAULT NULL,
`metsRightsSponsorLogo` varchar(255) DEFAULT NULL,
`metsRightsSponsorSiteURL` varchar(255) DEFAULT NULL,
`metsRightsLicense` varchar(255) DEFAULT NULL,
`srurl` varchar(255) DEFAULT NULL,
PRIMARY KEY (`ProjekteID`),
KEY `FKC8539A94327F143A` (`ProjekteID`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `projekte`
--
LOCK TABLES `projekte` WRITE;
/*!40000 ALTER TABLE `projekte` DISABLE KEYS */;
INSERT INTO `projekte` VALUES (1,'Beispielprojekt','',3600000,'/opt/digiverso/viewer/hotfolder/','/opt/digiverso/viewer/hotfolder/','/opt/digiverso/viewer/success/','/opt/digiverso/viewer/error/','\0','Mets','Mets','Example Library','http://www.example.net/mylogo.png','http://www.example.net','mailto:digitisation@example.net','http://catalog.example.net/A?function=search&request=$(meta.CatalogIDDigital)','http://presentation.example.net/ppnresolver?id=$(meta.CatalogIDDigital)','http://catalog.example.net/A?function=search&request=$(meta.topstruct.CatalogIDDigital)','http://presentation.example.net/ppnresolver?id=$(meta.topstruct.CatalogIDDigital)','http://presentation.example.net/metsresolver?id=$(meta.CatalogIDDigital)','http://presentation.example.net/metsresolver?id=$(meta.topstruct.CatalogIDDigital)',NULL,NULL,'2015-01-01 00:00:00','2018-12-31 00:00:00',20000,100,0,NULL,NULL,NULL,NULL,NULL),(2,'SampleProject','',3600000,'/opt/digiverso/viewer/hotfolder/','/opt/digiverso/viewer/hotfolder/','/opt/digiverso/viewer/success/','/opt/digiverso/viewer/error/','\0','Mets','Mets','Example Library','http://www.example.net/mylogo.png','http://www.example.net','mailto:digitisation@example.net','http://catalog.example.net/A?function=search&request=$(meta.CatalogIDDigital)','http://presentation.example.net/ppnresolver?id=$(meta.CatalogIDDigital)','http://catalog.example.net/A?function=search&request=$(meta.topstruct.CatalogIDDigital)','http://presentation.example.net/ppnresolver?id=$(meta.topstruct.CatalogIDDigital)','http://presentation.example.net/metsresolver?id=$(meta.topstruct.CatalogIDDigital)','http://presentation.example.net/metsresolver?id=$(meta.CatalogIDDigital)',NULL,NULL,'2015-01-01 00:00:00','2018-12-31 00:00:00',20000,100,0,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `projekte` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `prozesse`
--
DROP TABLE IF EXISTS `prozesse`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prozesse` (
`ProzesseID` int(11) NOT NULL AUTO_INCREMENT,
`Titel` varchar(255) DEFAULT NULL,
`ausgabename` varchar(255) DEFAULT NULL,
`IstTemplate` bit(1) DEFAULT NULL,
`swappedOut` bit(1) DEFAULT NULL,
`inAuswahllisteAnzeigen` bit(1) DEFAULT NULL,
`sortHelperStatus` varchar(255) DEFAULT NULL,
`sortHelperImages` int(11) DEFAULT NULL,
`sortHelperArticles` int(11) DEFAULT NULL,
`erstellungsdatum` datetime DEFAULT NULL,
`ProjekteID` int(11) DEFAULT NULL,
`MetadatenKonfigurationID` int(11) DEFAULT NULL,
`sortHelperDocstructs` int(11) DEFAULT NULL,
`sortHelperMetadata` int(11) DEFAULT NULL,
`wikifield` text,
`batchID` int(11) DEFAULT NULL,
`docketID` int(11) DEFAULT NULL,
PRIMARY KEY (`ProzesseID`),
KEY `FKC55ACC6DACAFE8C7` (`MetadatenKonfigurationID`),
KEY `Titel` (`Titel`),
KEY `status` (`sortHelperStatus`),
KEY `project` (`ProjekteID`),
KEY `FKC55ACC6DD0F4FC05` (`docketID`),
KEY `batchID` (`batchID`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `prozesse`
--
LOCK TABLES `prozesse` WRITE;
/*!40000 ALTER TABLE `prozesse` DISABLE KEYS */;
INSERT INTO `prozesse` VALUES (1,'Beispielworkflow',NULL,'','\0','\0','014014071',0,0,'2014-03-18 13:13:21',1,1,0,0,' ',NULL,1),(4,'Sample_workflow',NULL,'','\0','\0','014014071',0,0,'2016-10-28 12:08:47',2,1,0,0,' ',NULL,1);
/*!40000 ALTER TABLE `prozesse` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `prozesseeigenschaften`
--
DROP TABLE IF EXISTS `prozesseeigenschaften`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prozesseeigenschaften` (
`prozesseeigenschaftenID` int(11) NOT NULL AUTO_INCREMENT,
`Titel` varchar(255) DEFAULT NULL,
`WERT` text,
`IstObligatorisch` bit(1) DEFAULT NULL,
`DatentypenID` int(11) DEFAULT NULL,
`Auswahl` varchar(255) DEFAULT NULL,
`prozesseID` int(11) DEFAULT NULL,
`creationDate` datetime DEFAULT NULL,
`container` int(11) DEFAULT NULL,
PRIMARY KEY (`prozesseeigenschaftenID`),
KEY `FK3B22499F815A56DA` (`prozesseID`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `prozesseeigenschaften`
--
LOCK TABLES `prozesseeigenschaften` WRITE;
/*!40000 ALTER TABLE `prozesseeigenschaften` DISABLE KEYS */;
/*!40000 ALTER TABLE `prozesseeigenschaften` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `schritte`
--
DROP TABLE IF EXISTS `schritte`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `schritte` (
`SchritteID` int(11) NOT NULL AUTO_INCREMENT,
`Titel` varchar(255) DEFAULT NULL,
`Prioritaet` int(11) DEFAULT '0',
`Reihenfolge` int(11) DEFAULT NULL,
`Bearbeitungsstatus` int(11) DEFAULT '0',
`BearbeitungsZeitpunkt` datetime DEFAULT NULL,
`BearbeitungsBeginn` datetime DEFAULT NULL,
`BearbeitungsEnde` datetime DEFAULT NULL,
`homeverzeichnisNutzen` smallint(6) DEFAULT '0',
`typMetadaten` bit(1) DEFAULT b'0',
`typAutomatisch` bit(1) DEFAULT b'0',
`typImportFileUpload` bit(1) DEFAULT b'0',
`typExportRus` bit(1) DEFAULT b'0',
`typImagesLesen` bit(1) DEFAULT b'0',
`typImagesSchreiben` bit(1) DEFAULT b'0',
`typExportDMS` bit(1) DEFAULT b'0',
`typBeimAnnehmenModul` bit(1) DEFAULT b'0',
`typBeimAnnehmenAbschliessen` bit(1) DEFAULT b'0',
`typBeimAnnehmenModulUndAbschliessen` bit(1) DEFAULT b'0',
`typAutomatischScriptpfad` text,
`typBeimAbschliessenVerifizieren` bit(1) DEFAULT NULL,
`typModulName` varchar(255) DEFAULT NULL,
`BearbeitungsBenutzerID` int(11) DEFAULT NULL,
`ProzesseID` int(11) DEFAULT NULL,
`edittype` int(11) DEFAULT NULL,
`typScriptStep` bit(1) DEFAULT b'0',
`scriptName1` varchar(255) DEFAULT NULL,
`scriptName2` varchar(255) DEFAULT NULL,
`typAutomatischScriptpfad2` text,
`scriptName3` varchar(255) DEFAULT NULL,
`typAutomatischScriptpfad3` text,
`scriptName4` varchar(255) DEFAULT NULL,
`typAutomatischScriptpfad4` text,
`scriptName5` varchar(255) DEFAULT NULL,
`typAutomatischScriptpfad5` text,
`batchStep` tinyint(1) DEFAULT '0',
`stepPlugin` varchar(255) DEFAULT NULL,
`validationPlugin` varchar(255) DEFAULT NULL,
`delayStep` tinyint(1) DEFAULT '0',
`updateMetadataIndex` tinyint(1) DEFAULT '0',
PRIMARY KEY (`SchritteID`),
KEY `FKD7200736815A56DA` (`ProzesseID`),
KEY `FKD72007365B4F6962` (`BearbeitungsBenutzerID`)
) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `schritte`
--
LOCK TABLES `schritte` WRITE;
/*!40000 ALTER TABLE `schritte` DISABLE KEYS */;
INSERT INTO `schritte` VALUES (1,'Bibliographische Aufnahme',0,1,3,'2016-10-28 12:09:49',NULL,NULL,0,'\0','\0','\0','\0','\0','\0','\0','\0','\0','\0',NULL,'\0',NULL,1,1,3,'\0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,0),(2,'Einspielen der Images',0,2,1,'2016-10-28 11:11:22',NULL,NULL,0,'\0','\0','\0','\0','','','\0','\0','\0','\0',NULL,'',NULL,1,1,3,'\0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'intranda_step_fileUpload',NULL,0,0),(3,'Qualitätskontrolle',0,3,0,'2016-10-28 11:11:51',NULL,NULL,0,'\0','\0','\0','\0','','\0','\0','\0','\0','\0',NULL,'\0',NULL,1,1,3,'\0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'intranda_step_imageQA',NULL,0,0),(4,'Erstellung der Tiff-Header und komprimierter Derivate',0,4,0,'2014-05-15 16:14:27',NULL,NULL,0,'\0','','\0','\0','\0','\0','\0','\0','\0','\0','/bin/bash /opt/digiverso/goobi/scripts/iii.sh write_tiffheader {origpath}','\0',NULL,1,1,3,'','Tiff-Header','Kopieren der Images','/bin/bash /opt/digiverso/goobi/scripts/copyfiles.sh {origpath} {tifpath}','Komprimierung','/bin/bash /opt/digiverso/goobi/scripts/iii.sh convert_jpeg {tifpath}',NULL,NULL,NULL,NULL,0,NULL,NULL,0,0),(5,'Struktur- und Metadaten',0,5,0,'2014-05-15 16:13:05',NULL,NULL,0,'','\0','\0','\0','\0','\0','\0','\0','\0','\0',NULL,'',NULL,1,1,3,'\0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,0),(6,'Export in viewer',0,6,0,'2016-10-28 12:13:02',NULL,NULL,0,'\0','','\0','\0','\0','\0','','\0','\0','\0',NULL,'\0',NULL,1,1,3,'\0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,0),(7,'Archivierung',0,7,0,'2014-05-15 16:13:39',NULL,NULL,0,'\0','\0','\0','\0','\0','\0','\0','\0','\0','\0',NULL,'\0',NULL,1,1,3,'\0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,0),(24,'Quality assurance',0,3,0,'2016-10-28 12:10:32',NULL,NULL,0,'\0','\0','\0','\0','','\0','\0','\0','\0','\0',NULL,'\0',NULL,1,4,3,'\0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'intranda_step_imageQA',NULL,0,0),(25,'Creation of TIFF header and derivative',0,4,0,'2016-10-28 12:12:09',NULL,NULL,0,'\0','','\0','\0','\0','\0','\0','\0','\0','\0','/bin/bash /opt/digiverso/goobi/scripts/iii.sh write_tiffheader {origpath}','\0',NULL,1,4,3,'','Tiff-Header','Kopieren der Images','/bin/bash /opt/digiverso/goobi/scripts/copyfiles.sh {origpath} {tifpath}','Komprimierung','/bin/bash /opt/digiverso/goobi/scripts/iii.sh convert_jpeg {tifpath}',NULL,NULL,NULL,NULL,0,NULL,NULL,0,0),(26,'Metadata indexing',0,5,0,'2016-10-28 12:12:28',NULL,NULL,0,'','\0','\0','\0','\0','\0','\0','\0','\0','\0',NULL,'',NULL,1,4,3,'\0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,0),(27,'Export to viewer',0,6,0,'2016-10-28 12:12:50',NULL,NULL,0,'\0','','\0','\0','\0','\0','','\0','\0','\0',NULL,'\0',NULL,1,4,3,'\0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,0),(28,'Archiving',0,7,0,'2016-10-28 12:12:40',NULL,NULL,0,'\0','\0','\0','\0','\0','\0','\0','\0','\0','\0',NULL,'\0',NULL,1,4,3,'\0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,0),(23,'Upload images',0,2,1,'2016-10-28 12:10:18',NULL,NULL,0,'\0','\0','\0','\0','','','\0','\0','\0','\0',NULL,'',NULL,1,4,3,'\0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'intranda_step_fileUpload',NULL,0,0),(22,'Bibliographic import',0,1,3,'2016-10-28 12:09:31','2016-10-28 12:08:47','2016-10-28 12:08:47',0,'\0','\0','\0','\0','\0','\0','\0','\0','\0','\0',NULL,'\0',NULL,1,4,3,'\0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,0);
/*!40000 ALTER TABLE `schritte` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `schritteberechtigtebenutzer`
--
DROP TABLE IF EXISTS `schritteberechtigtebenutzer`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `schritteberechtigtebenutzer` (
`BenutzerID` int(11) NOT NULL,
`schritteID` int(11) NOT NULL,
PRIMARY KEY (`schritteID`,`BenutzerID`),
KEY `FK4BB889CF8896477B` (`BenutzerID`),
KEY `FK4BB889CFBB6FCB7A` (`schritteID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `schritteberechtigtebenutzer`
--
LOCK TABLES `schritteberechtigtebenutzer` WRITE;
/*!40000 ALTER TABLE `schritteberechtigtebenutzer` DISABLE KEYS */;
/*!40000 ALTER TABLE `schritteberechtigtebenutzer` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `schritteberechtigtegruppen`
--
DROP TABLE IF EXISTS `schritteberechtigtegruppen`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `schritteberechtigtegruppen` (
`BenutzerGruppenID` int(11) NOT NULL,
`schritteID` int(11) NOT NULL,
PRIMARY KEY (`schritteID`,`BenutzerGruppenID`),
KEY `FKA5A0CC811843242F` (`BenutzerGruppenID`),
KEY `FKA5A0CC81BB6FCB7A` (`schritteID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `schritteberechtigtegruppen`
--
LOCK TABLES `schritteberechtigtegruppen` WRITE;
/*!40000 ALTER TABLE `schritteberechtigtegruppen` DISABLE KEYS */;
INSERT INTO `schritteberechtigtegruppen` VALUES (6,1),(2,2),(3,3),(1,4),(5,5),(6,6),(1,7),(6,22),(2,23),(3,24),(1,25),(5,26),(6,27),(1,28);
/*!40000 ALTER TABLE `schritteberechtigtegruppen` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `schritteeigenschaften`
--
DROP TABLE IF EXISTS `schritteeigenschaften`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `schritteeigenschaften` (
`schritteeigenschaftenID` int(11) NOT NULL AUTO_INCREMENT,
`Titel` varchar(255) DEFAULT NULL,
`WERT` text,
`IstObligatorisch` bit(1) DEFAULT NULL,
`DatentypenID` int(11) DEFAULT NULL,
`Auswahl` varchar(255) DEFAULT NULL,
`schritteID` int(11) DEFAULT NULL,
`creationDate` datetime DEFAULT NULL,
`container` int(11) DEFAULT NULL,
PRIMARY KEY (`schritteeigenschaftenID`),
KEY `FK884E9D76BB6FCB7A` (`schritteID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `schritteeigenschaften`
--
LOCK TABLES `schritteeigenschaften` WRITE;
/*!40000 ALTER TABLE `schritteeigenschaften` DISABLE KEYS */;
/*!40000 ALTER TABLE `schritteeigenschaften` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Temporary table structure for view `schritteids`
--
DROP TABLE IF EXISTS `schritteids`;
/*!50001 DROP VIEW IF EXISTS `schritteids`*/;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE TABLE `schritteids` (
`schritteID` tinyint NOT NULL,
`Titel` tinyint NOT NULL,
`Reihenfolge` tinyint NOT NULL,
`prozesseID` tinyint NOT NULL
) ENGINE=MyISAM */;
SET character_set_client = @saved_cs_client;
--
-- Temporary table structure for view `schrittfilter`
--
DROP TABLE IF EXISTS `schrittfilter`;
/*!50001 DROP VIEW IF EXISTS `schrittfilter`*/;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE TABLE `schrittfilter` (
`prozesseID` tinyint NOT NULL,
`anzahl` tinyint NOT NULL
) ENGINE=MyISAM */;
SET character_set_client = @saved_cs_client;
--
-- Table structure for table `urn_table`
--
DROP TABLE IF EXISTS `urn_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `urn_table` (
`urn_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`werk_id` varchar(255) DEFAULT NULL,
`struktur_typ` varchar(255) DEFAULT NULL,
PRIMARY KEY (`urn_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `urn_table`
--
LOCK TABLES `urn_table` WRITE;
/*!40000 ALTER TABLE `urn_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `urn_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vorlagen`
--
DROP TABLE IF EXISTS `vorlagen`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vorlagen` (
`VorlagenID` int(11) NOT NULL AUTO_INCREMENT,
`Herkunft` varchar(255) DEFAULT NULL,
`ProzesseID` int(11) DEFAULT NULL,
PRIMARY KEY (`VorlagenID`),
KEY `FK9A466882815A56DA` (`ProzesseID`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vorlagen`
--
LOCK TABLES `vorlagen` WRITE;
/*!40000 ALTER TABLE `vorlagen` DISABLE KEYS */;
/*!40000 ALTER TABLE `vorlagen` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vorlageneigenschaften`
--
DROP TABLE IF EXISTS `vorlageneigenschaften`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vorlageneigenschaften` (
`vorlageneigenschaftenID` int(11) NOT NULL AUTO_INCREMENT,
`Titel` varchar(255) DEFAULT NULL,
`WERT` text,
`IstObligatorisch` bit(1) DEFAULT NULL,
`DatentypenID` int(11) DEFAULT NULL,
`Auswahl` varchar(255) DEFAULT NULL,
`vorlagenID` int(11) DEFAULT NULL,
`creationDate` datetime DEFAULT NULL,
`container` int(11) DEFAULT NULL,
PRIMARY KEY (`vorlageneigenschaftenID`),
KEY `FKAA25B7AA239F423` (`vorlagenID`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vorlageneigenschaften`
--
LOCK TABLES `vorlageneigenschaften` WRITE;
/*!40000 ALTER TABLE `vorlageneigenschaften` DISABLE KEYS */;
/*!40000 ALTER TABLE `vorlageneigenschaften` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `werkstuecke`
--
DROP TABLE IF EXISTS `werkstuecke`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `werkstuecke` (
`WerkstueckeID` int(11) NOT NULL AUTO_INCREMENT,
`ProzesseID` int(11) DEFAULT NULL,
PRIMARY KEY (`WerkstueckeID`),
KEY `FK98DED745815A56DA` (`ProzesseID`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `werkstuecke`
--
LOCK TABLES `werkstuecke` WRITE;
/*!40000 ALTER TABLE `werkstuecke` DISABLE KEYS */;
/*!40000 ALTER TABLE `werkstuecke` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `werkstueckeeigenschaften`
--
DROP TABLE IF EXISTS `werkstueckeeigenschaften`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `werkstueckeeigenschaften` (
`werkstueckeeigenschaftenID` int(11) NOT NULL AUTO_INCREMENT,
`Titel` varchar(255) DEFAULT NULL,
`WERT` text,
`IstObligatorisch` bit(1) DEFAULT NULL,
`DatentypenID` int(11) DEFAULT NULL,
`Auswahl` varchar(255) DEFAULT NULL,
`werkstueckeID` int(11) DEFAULT NULL,
`creationDate` datetime DEFAULT NULL,
`container` int(11) DEFAULT NULL,
PRIMARY KEY (`werkstueckeeigenschaftenID`),
KEY `FK7B209DC7C9900466` (`werkstueckeID`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `werkstueckeeigenschaften`
--
LOCK TABLES `werkstueckeeigenschaften` WRITE;
/*!40000 ALTER TABLE `werkstueckeeigenschaften` DISABLE KEYS */;
/*!40000 ALTER TABLE `werkstueckeeigenschaften` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Final view structure for view `schritteids`
--
/*!50001 DROP TABLE IF EXISTS `schritteids`*/;
/*!50001 DROP VIEW IF EXISTS `schritteids`*/;
/*!50001 SET @saved_cs_client = @@character_set_client */;
/*!50001 SET @saved_cs_results = @@character_set_results */;
/*!50001 SET @saved_col_connection = @@collation_connection */;
/*!50001 SET character_set_client = latin1 */;
/*!50001 SET character_set_results = latin1 */;
/*!50001 SET collation_connection = latin1_swedish_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`goobi`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `schritteids` AS select `schritte`.`SchritteID` AS `schritteID`,`schritte`.`Titel` AS `Titel`,`schritte`.`Reihenfolge` AS `Reihenfolge`,`schritte`.`ProzesseID` AS `prozesseID` from `schritte` where ((`schritte`.`Bearbeitungsstatus` = 1) and `schritte`.`ProzesseID` in (select `schrittfilter`.`prozesseID` from `schrittfilter` where (`schrittfilter`.`anzahl` > 1))) order by `schritte`.`Reihenfolge` */;
/*!50001 SET character_set_client = @saved_cs_client */;
/*!50001 SET character_set_results = @saved_cs_results */;
/*!50001 SET collation_connection = @saved_col_connection */;
--
-- Final view structure for view `schrittfilter`
--
/*!50001 DROP TABLE IF EXISTS `schrittfilter`*/;
/*!50001 DROP VIEW IF EXISTS `schrittfilter`*/;
/*!50001 SET @saved_cs_client = @@character_set_client */;
/*!50001 SET @saved_cs_results = @@character_set_results */;
/*!50001 SET @saved_col_connection = @@collation_connection */;
/*!50001 SET character_set_client = latin1 */;
/*!50001 SET character_set_results = latin1 */;
/*!50001 SET collation_connection = latin1_swedish_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`goobi`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `schrittfilter` AS select `schritte`.`ProzesseID` AS `prozesseID`,count(`schritte`.`ProzesseID`) AS `anzahl` from `schritte` where (`schritte`.`Bearbeitungsstatus` = 1) group by `schritte`.`ProzesseID` */;
/*!50001 SET character_set_client = @saved_cs_client */;
/*!50001 SET character_set_results = @saved_cs_results */;
/*!50001 SET collation_connection = @saved_col_connection */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2016-10-28 12:13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment