Commit fb27acb8d059035d5c4b38a9ed96c74267bd2eec

Authored by nbm
1 parent 915bba95

Rolling 3.0.2


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5382 c91229c3-7414-0410-bfa2-8a42b809f60b
docs/VERSION-NAME.txt
1 -OSS 3.0.2 Release Candidate 1 1 +OSS 3.0.2
docs/VERSION.txt
1 -3.0.1.8 1 +3.0.2
sql/mysql/install/data.sql
@@ -3,13 +3,13 @@ @@ -3,13 +3,13 @@
3 -- http://www.phpmyadmin.net 3 -- http://www.phpmyadmin.net
4 -- 4 --
5 -- Host: localhost 5 -- Host: localhost
6 --- Generation Time: Apr 23, 2006 at 12:56 PM 6 +-- Generation Time: May 02, 2006 at 10:11 AM
7 -- Server version: 5.0.19 7 -- Server version: 5.0.19
8 -- PHP Version: 4.4.2-1build1 8 -- PHP Version: 4.4.2-1build1
9 9
10 SET FOREIGN_KEY_CHECKS=0; 10 SET FOREIGN_KEY_CHECKS=0;
11 -- 11 --
12 --- Database: `dms` 12 +-- Database: `ktpristine`
13 -- 13 --
14 14
15 -- 15 --
@@ -688,7 +688,7 @@ INSERT INTO `status_lookup` VALUES (5, 'Incomplete'); @@ -688,7 +688,7 @@ INSERT INTO `status_lookup` VALUES (5, 'Incomplete');
688 -- 688 --
689 689
690 INSERT INTO `system_settings` VALUES (1, 'lastIndexUpdate', '0'); 690 INSERT INTO `system_settings` VALUES (1, 'lastIndexUpdate', '0');
691 -INSERT INTO `system_settings` VALUES (2, 'knowledgeTreeVersion', '3.0.1.8'); 691 +INSERT INTO `system_settings` VALUES (2, 'knowledgeTreeVersion', '3.0.2');
692 INSERT INTO `system_settings` VALUES (3, 'databaseVersion', '2.99.5'); 692 INSERT INTO `system_settings` VALUES (3, 'databaseVersion', '2.99.5');
693 693
694 -- 694 --
@@ -819,6 +819,7 @@ INSERT INTO `upgrades` VALUES (88, 'sql*3.0.1.8*0*3.0.1.8/friendly-plugins.sql', @@ -819,6 +819,7 @@ INSERT INTO `upgrades` VALUES (88, 'sql*3.0.1.8*0*3.0.1.8/friendly-plugins.sql',
819 INSERT INTO `upgrades` VALUES (89, 'sql*3.0.1.8*0*3.0.1.8/longer-text.sql', 'Database upgrade to version 3.0.1.8: Longer-text', '2006-04-23 12:54:12', 1, 'upgrade*3.0.1.8*99*upgrade3.0.1.8'); 819 INSERT INTO `upgrades` VALUES (89, 'sql*3.0.1.8*0*3.0.1.8/longer-text.sql', 'Database upgrade to version 3.0.1.8: Longer-text', '2006-04-23 12:54:12', 1, 'upgrade*3.0.1.8*99*upgrade3.0.1.8');
820 INSERT INTO `upgrades` VALUES (90, 'sql*3.0.1.8*0*3.0.1.8/admin-mode-logging.sql', 'Database upgrade to version 3.0.1.8: Admin-mode-logging', '2006-04-23 12:54:12', 1, 'upgrade*3.0.1.8*99*upgrade3.0.1.8'); 820 INSERT INTO `upgrades` VALUES (90, 'sql*3.0.1.8*0*3.0.1.8/admin-mode-logging.sql', 'Database upgrade to version 3.0.1.8: Admin-mode-logging', '2006-04-23 12:54:12', 1, 'upgrade*3.0.1.8*99*upgrade3.0.1.8');
821 INSERT INTO `upgrades` VALUES (91, 'upgrade*3.0.1.8*99*upgrade3.0.1.8', 'Upgrade from version 3.0.1.7 to 3.0.1.8', '2006-04-23 12:54:12', 1, 'upgrade*3.0.1.8*99*upgrade3.0.1.8'); 821 INSERT INTO `upgrades` VALUES (91, 'upgrade*3.0.1.8*99*upgrade3.0.1.8', 'Upgrade from version 3.0.1.7 to 3.0.1.8', '2006-04-23 12:54:12', 1, 'upgrade*3.0.1.8*99*upgrade3.0.1.8');
  822 +INSERT INTO `upgrades` VALUES (92, 'upgrade*3.0.2*99*upgrade3.0.2', 'Upgrade from version 3.0.1.8 to 3.0.2', '2006-05-02 10:08:13', 1, 'upgrade*3.0.2*99*upgrade3.0.2');
822 823
823 -- 824 --
824 -- Dumping data for table `user_history` 825 -- Dumping data for table `user_history`
@@ -1258,7 +1259,7 @@ INSERT INTO `zseq_units_organisations_link` VALUES (1); @@ -1258,7 +1259,7 @@ INSERT INTO `zseq_units_organisations_link` VALUES (1);
1258 -- Dumping data for table `zseq_upgrades` 1259 -- Dumping data for table `zseq_upgrades`
1259 -- 1260 --
1260 1261
1261 -INSERT INTO `zseq_upgrades` VALUES (91); 1262 +INSERT INTO `zseq_upgrades` VALUES (92);
1262 1263
1263 -- 1264 --
1264 -- Dumping data for table `zseq_user_history` 1265 -- Dumping data for table `zseq_user_history`
sql/mysql/install/structure.sql
@@ -3,13 +3,13 @@ @@ -3,13 +3,13 @@
3 -- http://www.phpmyadmin.net 3 -- http://www.phpmyadmin.net
4 -- 4 --
5 -- Host: localhost 5 -- Host: localhost
6 --- Generation Time: Apr 23, 2006 at 01:01 PM 6 +-- Generation Time: May 02, 2006 at 10:09 AM
7 -- Server version: 5.0.19 7 -- Server version: 5.0.19
8 -- PHP Version: 4.4.2-1build1 8 -- PHP Version: 4.4.2-1build1
9 9
10 SET FOREIGN_KEY_CHECKS=0; 10 SET FOREIGN_KEY_CHECKS=0;
11 -- 11 --
12 --- Database: `dms` 12 +-- Database: `ktpristine`
13 -- 13 --
14 14
15 -- -------------------------------------------------------- 15 -- --------------------------------------------------------
@@ -1425,7 +1425,7 @@ CREATE TABLE `workflows` ( @@ -1425,7 +1425,7 @@ CREATE TABLE `workflows` (
1425 CREATE TABLE `zseq_active_sessions` ( 1425 CREATE TABLE `zseq_active_sessions` (
1426 `id` int(10) unsigned NOT NULL auto_increment, 1426 `id` int(10) unsigned NOT NULL auto_increment,
1427 PRIMARY KEY (`id`) 1427 PRIMARY KEY (`id`)
1428 -) TYPE=MyISAM AUTO_INCREMENT=2; 1428 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1429 1429
1430 -- -------------------------------------------------------- 1430 -- --------------------------------------------------------
1431 1431
@@ -1436,7 +1436,7 @@ CREATE TABLE `zseq_active_sessions` ( @@ -1436,7 +1436,7 @@ CREATE TABLE `zseq_active_sessions` (
1436 CREATE TABLE `zseq_archive_restoration_request` ( 1436 CREATE TABLE `zseq_archive_restoration_request` (
1437 `id` int(10) unsigned NOT NULL auto_increment, 1437 `id` int(10) unsigned NOT NULL auto_increment,
1438 PRIMARY KEY (`id`) 1438 PRIMARY KEY (`id`)
1439 -) TYPE=MyISAM AUTO_INCREMENT=2; 1439 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1440 1440
1441 -- -------------------------------------------------------- 1441 -- --------------------------------------------------------
1442 1442
@@ -1447,7 +1447,7 @@ CREATE TABLE `zseq_archive_restoration_request` ( @@ -1447,7 +1447,7 @@ CREATE TABLE `zseq_archive_restoration_request` (
1447 CREATE TABLE `zseq_archiving_settings` ( 1447 CREATE TABLE `zseq_archiving_settings` (
1448 `id` int(10) unsigned NOT NULL auto_increment, 1448 `id` int(10) unsigned NOT NULL auto_increment,
1449 PRIMARY KEY (`id`) 1449 PRIMARY KEY (`id`)
1450 -) TYPE=MyISAM AUTO_INCREMENT=2; 1450 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1451 1451
1452 -- -------------------------------------------------------- 1452 -- --------------------------------------------------------
1453 1453
@@ -1458,7 +1458,7 @@ CREATE TABLE `zseq_archiving_settings` ( @@ -1458,7 +1458,7 @@ CREATE TABLE `zseq_archiving_settings` (
1458 CREATE TABLE `zseq_archiving_type_lookup` ( 1458 CREATE TABLE `zseq_archiving_type_lookup` (
1459 `id` int(10) unsigned NOT NULL auto_increment, 1459 `id` int(10) unsigned NOT NULL auto_increment,
1460 PRIMARY KEY (`id`) 1460 PRIMARY KEY (`id`)
1461 -) TYPE=MyISAM AUTO_INCREMENT=3; 1461 +) TYPE=MyISAM AUTO_INCREMENT=3 ;
1462 1462
1463 -- -------------------------------------------------------- 1463 -- --------------------------------------------------------
1464 1464
@@ -1469,7 +1469,7 @@ CREATE TABLE `zseq_archiving_type_lookup` ( @@ -1469,7 +1469,7 @@ CREATE TABLE `zseq_archiving_type_lookup` (
1469 CREATE TABLE `zseq_authentication_sources` ( 1469 CREATE TABLE `zseq_authentication_sources` (
1470 `id` int(10) unsigned NOT NULL auto_increment, 1470 `id` int(10) unsigned NOT NULL auto_increment,
1471 PRIMARY KEY (`id`) 1471 PRIMARY KEY (`id`)
1472 -) TYPE=MyISAM AUTO_INCREMENT=2; 1472 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1473 1473
1474 -- -------------------------------------------------------- 1474 -- --------------------------------------------------------
1475 1475
@@ -1480,7 +1480,7 @@ CREATE TABLE `zseq_authentication_sources` ( @@ -1480,7 +1480,7 @@ CREATE TABLE `zseq_authentication_sources` (
1480 CREATE TABLE `zseq_browse_criteria` ( 1480 CREATE TABLE `zseq_browse_criteria` (
1481 `id` int(10) unsigned NOT NULL auto_increment, 1481 `id` int(10) unsigned NOT NULL auto_increment,
1482 PRIMARY KEY (`id`) 1482 PRIMARY KEY (`id`)
1483 -) TYPE=MyISAM AUTO_INCREMENT=6; 1483 +) TYPE=MyISAM AUTO_INCREMENT=6 ;
1484 1484
1485 -- -------------------------------------------------------- 1485 -- --------------------------------------------------------
1486 1486
@@ -1491,7 +1491,7 @@ CREATE TABLE `zseq_browse_criteria` ( @@ -1491,7 +1491,7 @@ CREATE TABLE `zseq_browse_criteria` (
1491 CREATE TABLE `zseq_dashlet_disables` ( 1491 CREATE TABLE `zseq_dashlet_disables` (
1492 `id` int(10) unsigned NOT NULL auto_increment, 1492 `id` int(10) unsigned NOT NULL auto_increment,
1493 PRIMARY KEY (`id`) 1493 PRIMARY KEY (`id`)
1494 -) TYPE=MyISAM AUTO_INCREMENT=2; 1494 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1495 1495
1496 -- -------------------------------------------------------- 1496 -- --------------------------------------------------------
1497 1497
@@ -1502,7 +1502,7 @@ CREATE TABLE `zseq_dashlet_disables` ( @@ -1502,7 +1502,7 @@ CREATE TABLE `zseq_dashlet_disables` (
1502 CREATE TABLE `zseq_data_types` ( 1502 CREATE TABLE `zseq_data_types` (
1503 `id` int(10) unsigned NOT NULL auto_increment, 1503 `id` int(10) unsigned NOT NULL auto_increment,
1504 PRIMARY KEY (`id`) 1504 PRIMARY KEY (`id`)
1505 -) TYPE=MyISAM AUTO_INCREMENT=6; 1505 +) TYPE=MyISAM AUTO_INCREMENT=6 ;
1506 1506
1507 -- -------------------------------------------------------- 1507 -- --------------------------------------------------------
1508 1508
@@ -1513,7 +1513,7 @@ CREATE TABLE `zseq_data_types` ( @@ -1513,7 +1513,7 @@ CREATE TABLE `zseq_data_types` (
1513 CREATE TABLE `zseq_dependant_document_instance` ( 1513 CREATE TABLE `zseq_dependant_document_instance` (
1514 `id` int(10) unsigned NOT NULL auto_increment, 1514 `id` int(10) unsigned NOT NULL auto_increment,
1515 PRIMARY KEY (`id`) 1515 PRIMARY KEY (`id`)
1516 -) TYPE=MyISAM AUTO_INCREMENT=2; 1516 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1517 1517
1518 -- -------------------------------------------------------- 1518 -- --------------------------------------------------------
1519 1519
@@ -1524,7 +1524,7 @@ CREATE TABLE `zseq_dependant_document_instance` ( @@ -1524,7 +1524,7 @@ CREATE TABLE `zseq_dependant_document_instance` (
1524 CREATE TABLE `zseq_dependant_document_template` ( 1524 CREATE TABLE `zseq_dependant_document_template` (
1525 `id` int(10) unsigned NOT NULL auto_increment, 1525 `id` int(10) unsigned NOT NULL auto_increment,
1526 PRIMARY KEY (`id`) 1526 PRIMARY KEY (`id`)
1527 -) TYPE=MyISAM AUTO_INCREMENT=2; 1527 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1528 1528
1529 -- -------------------------------------------------------- 1529 -- --------------------------------------------------------
1530 1530
@@ -1535,7 +1535,7 @@ CREATE TABLE `zseq_dependant_document_template` ( @@ -1535,7 +1535,7 @@ CREATE TABLE `zseq_dependant_document_template` (
1535 CREATE TABLE `zseq_discussion_comments` ( 1535 CREATE TABLE `zseq_discussion_comments` (
1536 `id` int(10) unsigned NOT NULL auto_increment, 1536 `id` int(10) unsigned NOT NULL auto_increment,
1537 PRIMARY KEY (`id`) 1537 PRIMARY KEY (`id`)
1538 -) TYPE=MyISAM AUTO_INCREMENT=2; 1538 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1539 1539
1540 -- -------------------------------------------------------- 1540 -- --------------------------------------------------------
1541 1541
@@ -1546,7 +1546,7 @@ CREATE TABLE `zseq_discussion_comments` ( @@ -1546,7 +1546,7 @@ CREATE TABLE `zseq_discussion_comments` (
1546 CREATE TABLE `zseq_discussion_threads` ( 1546 CREATE TABLE `zseq_discussion_threads` (
1547 `id` int(10) unsigned NOT NULL auto_increment, 1547 `id` int(10) unsigned NOT NULL auto_increment,
1548 PRIMARY KEY (`id`) 1548 PRIMARY KEY (`id`)
1549 -) TYPE=MyISAM AUTO_INCREMENT=2; 1549 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1550 1550
1551 -- -------------------------------------------------------- 1551 -- --------------------------------------------------------
1552 1552
@@ -1557,7 +1557,7 @@ CREATE TABLE `zseq_discussion_threads` ( @@ -1557,7 +1557,7 @@ CREATE TABLE `zseq_discussion_threads` (
1557 CREATE TABLE `zseq_document_archiving_link` ( 1557 CREATE TABLE `zseq_document_archiving_link` (
1558 `id` int(10) unsigned NOT NULL auto_increment, 1558 `id` int(10) unsigned NOT NULL auto_increment,
1559 PRIMARY KEY (`id`) 1559 PRIMARY KEY (`id`)
1560 -) TYPE=MyISAM AUTO_INCREMENT=2; 1560 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1561 1561
1562 -- -------------------------------------------------------- 1562 -- --------------------------------------------------------
1563 1563
@@ -1568,7 +1568,7 @@ CREATE TABLE `zseq_document_archiving_link` ( @@ -1568,7 +1568,7 @@ CREATE TABLE `zseq_document_archiving_link` (
1568 CREATE TABLE `zseq_document_content_version` ( 1568 CREATE TABLE `zseq_document_content_version` (
1569 `id` int(10) unsigned NOT NULL auto_increment, 1569 `id` int(10) unsigned NOT NULL auto_increment,
1570 PRIMARY KEY (`id`) 1570 PRIMARY KEY (`id`)
1571 -) TYPE=MyISAM AUTO_INCREMENT=2; 1571 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1572 1572
1573 -- -------------------------------------------------------- 1573 -- --------------------------------------------------------
1574 1574
@@ -1579,7 +1579,7 @@ CREATE TABLE `zseq_document_content_version` ( @@ -1579,7 +1579,7 @@ CREATE TABLE `zseq_document_content_version` (
1579 CREATE TABLE `zseq_document_fields` ( 1579 CREATE TABLE `zseq_document_fields` (
1580 `id` int(10) unsigned NOT NULL auto_increment, 1580 `id` int(10) unsigned NOT NULL auto_increment,
1581 PRIMARY KEY (`id`) 1581 PRIMARY KEY (`id`)
1582 -) TYPE=MyISAM AUTO_INCREMENT=2; 1582 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1583 1583
1584 -- -------------------------------------------------------- 1584 -- --------------------------------------------------------
1585 1585
@@ -1590,7 +1590,7 @@ CREATE TABLE `zseq_document_fields` ( @@ -1590,7 +1590,7 @@ CREATE TABLE `zseq_document_fields` (
1590 CREATE TABLE `zseq_document_fields_link` ( 1590 CREATE TABLE `zseq_document_fields_link` (
1591 `id` int(10) unsigned NOT NULL auto_increment, 1591 `id` int(10) unsigned NOT NULL auto_increment,
1592 PRIMARY KEY (`id`) 1592 PRIMARY KEY (`id`)
1593 -) TYPE=MyISAM AUTO_INCREMENT=2; 1593 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1594 1594
1595 -- -------------------------------------------------------- 1595 -- --------------------------------------------------------
1596 1596
@@ -1601,7 +1601,7 @@ CREATE TABLE `zseq_document_fields_link` ( @@ -1601,7 +1601,7 @@ CREATE TABLE `zseq_document_fields_link` (
1601 CREATE TABLE `zseq_document_link` ( 1601 CREATE TABLE `zseq_document_link` (
1602 `id` int(10) unsigned NOT NULL auto_increment, 1602 `id` int(10) unsigned NOT NULL auto_increment,
1603 PRIMARY KEY (`id`) 1603 PRIMARY KEY (`id`)
1604 -) TYPE=MyISAM AUTO_INCREMENT=2; 1604 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1605 1605
1606 -- -------------------------------------------------------- 1606 -- --------------------------------------------------------
1607 1607
@@ -1612,7 +1612,7 @@ CREATE TABLE `zseq_document_link` ( @@ -1612,7 +1612,7 @@ CREATE TABLE `zseq_document_link` (
1612 CREATE TABLE `zseq_document_link_types` ( 1612 CREATE TABLE `zseq_document_link_types` (
1613 `id` int(10) unsigned NOT NULL auto_increment, 1613 `id` int(10) unsigned NOT NULL auto_increment,
1614 PRIMARY KEY (`id`) 1614 PRIMARY KEY (`id`)
1615 -) TYPE=MyISAM AUTO_INCREMENT=3; 1615 +) TYPE=MyISAM AUTO_INCREMENT=3 ;
1616 1616
1617 -- -------------------------------------------------------- 1617 -- --------------------------------------------------------
1618 1618
@@ -1623,7 +1623,7 @@ CREATE TABLE `zseq_document_link_types` ( @@ -1623,7 +1623,7 @@ CREATE TABLE `zseq_document_link_types` (
1623 CREATE TABLE `zseq_document_metadata_version` ( 1623 CREATE TABLE `zseq_document_metadata_version` (
1624 `id` int(10) unsigned NOT NULL auto_increment, 1624 `id` int(10) unsigned NOT NULL auto_increment,
1625 PRIMARY KEY (`id`) 1625 PRIMARY KEY (`id`)
1626 -) TYPE=MyISAM AUTO_INCREMENT=2; 1626 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1627 1627
1628 -- -------------------------------------------------------- 1628 -- --------------------------------------------------------
1629 1629
@@ -1634,7 +1634,7 @@ CREATE TABLE `zseq_document_metadata_version` ( @@ -1634,7 +1634,7 @@ CREATE TABLE `zseq_document_metadata_version` (
1634 CREATE TABLE `zseq_document_role_allocations` ( 1634 CREATE TABLE `zseq_document_role_allocations` (
1635 `id` int(10) unsigned NOT NULL auto_increment, 1635 `id` int(10) unsigned NOT NULL auto_increment,
1636 PRIMARY KEY (`id`) 1636 PRIMARY KEY (`id`)
1637 -) TYPE=MyISAM AUTO_INCREMENT=1; 1637 +) TYPE=MyISAM AUTO_INCREMENT=1 ;
1638 1638
1639 -- -------------------------------------------------------- 1639 -- --------------------------------------------------------
1640 1640
@@ -1645,7 +1645,7 @@ CREATE TABLE `zseq_document_role_allocations` ( @@ -1645,7 +1645,7 @@ CREATE TABLE `zseq_document_role_allocations` (
1645 CREATE TABLE `zseq_document_subscriptions` ( 1645 CREATE TABLE `zseq_document_subscriptions` (
1646 `id` int(10) unsigned NOT NULL auto_increment, 1646 `id` int(10) unsigned NOT NULL auto_increment,
1647 PRIMARY KEY (`id`) 1647 PRIMARY KEY (`id`)
1648 -) TYPE=MyISAM AUTO_INCREMENT=2; 1648 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1649 1649
1650 -- -------------------------------------------------------- 1650 -- --------------------------------------------------------
1651 1651
@@ -1656,7 +1656,7 @@ CREATE TABLE `zseq_document_subscriptions` ( @@ -1656,7 +1656,7 @@ CREATE TABLE `zseq_document_subscriptions` (
1656 CREATE TABLE `zseq_document_transaction_types_lookup` ( 1656 CREATE TABLE `zseq_document_transaction_types_lookup` (
1657 `id` int(10) unsigned NOT NULL auto_increment, 1657 `id` int(10) unsigned NOT NULL auto_increment,
1658 PRIMARY KEY (`id`) 1658 PRIMARY KEY (`id`)
1659 -) TYPE=MyISAM AUTO_INCREMENT=19; 1659 +) TYPE=MyISAM AUTO_INCREMENT=19 ;
1660 1660
1661 -- -------------------------------------------------------- 1661 -- --------------------------------------------------------
1662 1662
@@ -1667,7 +1667,7 @@ CREATE TABLE `zseq_document_transaction_types_lookup` ( @@ -1667,7 +1667,7 @@ CREATE TABLE `zseq_document_transaction_types_lookup` (
1667 CREATE TABLE `zseq_document_transactions` ( 1667 CREATE TABLE `zseq_document_transactions` (
1668 `id` int(10) unsigned NOT NULL auto_increment, 1668 `id` int(10) unsigned NOT NULL auto_increment,
1669 PRIMARY KEY (`id`) 1669 PRIMARY KEY (`id`)
1670 -) TYPE=MyISAM AUTO_INCREMENT=2; 1670 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1671 1671
1672 -- -------------------------------------------------------- 1672 -- --------------------------------------------------------
1673 1673
@@ -1678,7 +1678,7 @@ CREATE TABLE `zseq_document_transactions` ( @@ -1678,7 +1678,7 @@ CREATE TABLE `zseq_document_transactions` (
1678 CREATE TABLE `zseq_document_type_fields_link` ( 1678 CREATE TABLE `zseq_document_type_fields_link` (
1679 `id` int(10) unsigned NOT NULL auto_increment, 1679 `id` int(10) unsigned NOT NULL auto_increment,
1680 PRIMARY KEY (`id`) 1680 PRIMARY KEY (`id`)
1681 -) TYPE=MyISAM AUTO_INCREMENT=2; 1681 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1682 1682
1683 -- -------------------------------------------------------- 1683 -- --------------------------------------------------------
1684 1684
@@ -1689,7 +1689,7 @@ CREATE TABLE `zseq_document_type_fields_link` ( @@ -1689,7 +1689,7 @@ CREATE TABLE `zseq_document_type_fields_link` (
1689 CREATE TABLE `zseq_document_type_fieldsets_link` ( 1689 CREATE TABLE `zseq_document_type_fieldsets_link` (
1690 `id` int(10) unsigned NOT NULL auto_increment, 1690 `id` int(10) unsigned NOT NULL auto_increment,
1691 PRIMARY KEY (`id`) 1691 PRIMARY KEY (`id`)
1692 -) TYPE=MyISAM AUTO_INCREMENT=2; 1692 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1693 1693
1694 -- -------------------------------------------------------- 1694 -- --------------------------------------------------------
1695 1695
@@ -1700,7 +1700,7 @@ CREATE TABLE `zseq_document_type_fieldsets_link` ( @@ -1700,7 +1700,7 @@ CREATE TABLE `zseq_document_type_fieldsets_link` (
1700 CREATE TABLE `zseq_document_types_lookup` ( 1700 CREATE TABLE `zseq_document_types_lookup` (
1701 `id` int(10) unsigned NOT NULL auto_increment, 1701 `id` int(10) unsigned NOT NULL auto_increment,
1702 PRIMARY KEY (`id`) 1702 PRIMARY KEY (`id`)
1703 -) TYPE=MyISAM AUTO_INCREMENT=2; 1703 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1704 1704
1705 -- -------------------------------------------------------- 1705 -- --------------------------------------------------------
1706 1706
@@ -1711,7 +1711,7 @@ CREATE TABLE `zseq_document_types_lookup` ( @@ -1711,7 +1711,7 @@ CREATE TABLE `zseq_document_types_lookup` (
1711 CREATE TABLE `zseq_documents` ( 1711 CREATE TABLE `zseq_documents` (
1712 `id` int(10) unsigned NOT NULL auto_increment, 1712 `id` int(10) unsigned NOT NULL auto_increment,
1713 PRIMARY KEY (`id`) 1713 PRIMARY KEY (`id`)
1714 -) TYPE=MyISAM AUTO_INCREMENT=2; 1714 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1715 1715
1716 -- -------------------------------------------------------- 1716 -- --------------------------------------------------------
1717 1717
@@ -1722,7 +1722,7 @@ CREATE TABLE `zseq_documents` ( @@ -1722,7 +1722,7 @@ CREATE TABLE `zseq_documents` (
1722 CREATE TABLE `zseq_field_behaviours` ( 1722 CREATE TABLE `zseq_field_behaviours` (
1723 `id` int(10) unsigned NOT NULL auto_increment, 1723 `id` int(10) unsigned NOT NULL auto_increment,
1724 PRIMARY KEY (`id`) 1724 PRIMARY KEY (`id`)
1725 -) TYPE=MyISAM AUTO_INCREMENT=2; 1725 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1726 1726
1727 -- -------------------------------------------------------- 1727 -- --------------------------------------------------------
1728 1728
@@ -1733,7 +1733,7 @@ CREATE TABLE `zseq_field_behaviours` ( @@ -1733,7 +1733,7 @@ CREATE TABLE `zseq_field_behaviours` (
1733 CREATE TABLE `zseq_field_value_instances` ( 1733 CREATE TABLE `zseq_field_value_instances` (
1734 `id` int(10) unsigned NOT NULL auto_increment, 1734 `id` int(10) unsigned NOT NULL auto_increment,
1735 PRIMARY KEY (`id`) 1735 PRIMARY KEY (`id`)
1736 -) TYPE=MyISAM AUTO_INCREMENT=2; 1736 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1737 1737
1738 -- -------------------------------------------------------- 1738 -- --------------------------------------------------------
1739 1739
@@ -1744,7 +1744,7 @@ CREATE TABLE `zseq_field_value_instances` ( @@ -1744,7 +1744,7 @@ CREATE TABLE `zseq_field_value_instances` (
1744 CREATE TABLE `zseq_fieldsets` ( 1744 CREATE TABLE `zseq_fieldsets` (
1745 `id` int(10) unsigned NOT NULL auto_increment, 1745 `id` int(10) unsigned NOT NULL auto_increment,
1746 PRIMARY KEY (`id`) 1746 PRIMARY KEY (`id`)
1747 -) TYPE=MyISAM AUTO_INCREMENT=2; 1747 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1748 1748
1749 -- -------------------------------------------------------- 1749 -- --------------------------------------------------------
1750 1750
@@ -1755,7 +1755,7 @@ CREATE TABLE `zseq_fieldsets` ( @@ -1755,7 +1755,7 @@ CREATE TABLE `zseq_fieldsets` (
1755 CREATE TABLE `zseq_folder_doctypes_link` ( 1755 CREATE TABLE `zseq_folder_doctypes_link` (
1756 `id` int(10) unsigned NOT NULL auto_increment, 1756 `id` int(10) unsigned NOT NULL auto_increment,
1757 PRIMARY KEY (`id`) 1757 PRIMARY KEY (`id`)
1758 -) TYPE=MyISAM AUTO_INCREMENT=3; 1758 +) TYPE=MyISAM AUTO_INCREMENT=3 ;
1759 1759
1760 -- -------------------------------------------------------- 1760 -- --------------------------------------------------------
1761 1761
@@ -1766,7 +1766,7 @@ CREATE TABLE `zseq_folder_doctypes_link` ( @@ -1766,7 +1766,7 @@ CREATE TABLE `zseq_folder_doctypes_link` (
1766 CREATE TABLE `zseq_folder_subscriptions` ( 1766 CREATE TABLE `zseq_folder_subscriptions` (
1767 `id` int(10) unsigned NOT NULL auto_increment, 1767 `id` int(10) unsigned NOT NULL auto_increment,
1768 PRIMARY KEY (`id`) 1768 PRIMARY KEY (`id`)
1769 -) TYPE=MyISAM AUTO_INCREMENT=2; 1769 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1770 1770
1771 -- -------------------------------------------------------- 1771 -- --------------------------------------------------------
1772 1772
@@ -1777,7 +1777,7 @@ CREATE TABLE `zseq_folder_subscriptions` ( @@ -1777,7 +1777,7 @@ CREATE TABLE `zseq_folder_subscriptions` (
1777 CREATE TABLE `zseq_folder_transactions` ( 1777 CREATE TABLE `zseq_folder_transactions` (
1778 `id` int(10) unsigned NOT NULL auto_increment, 1778 `id` int(10) unsigned NOT NULL auto_increment,
1779 PRIMARY KEY (`id`) 1779 PRIMARY KEY (`id`)
1780 -) TYPE=MyISAM AUTO_INCREMENT=1; 1780 +) TYPE=MyISAM AUTO_INCREMENT=1 ;
1781 1781
1782 -- -------------------------------------------------------- 1782 -- --------------------------------------------------------
1783 1783
@@ -1788,7 +1788,7 @@ CREATE TABLE `zseq_folder_transactions` ( @@ -1788,7 +1788,7 @@ CREATE TABLE `zseq_folder_transactions` (
1788 CREATE TABLE `zseq_folders` ( 1788 CREATE TABLE `zseq_folders` (
1789 `id` int(10) unsigned NOT NULL auto_increment, 1789 `id` int(10) unsigned NOT NULL auto_increment,
1790 PRIMARY KEY (`id`) 1790 PRIMARY KEY (`id`)
1791 -) TYPE=MyISAM AUTO_INCREMENT=3; 1791 +) TYPE=MyISAM AUTO_INCREMENT=3 ;
1792 1792
1793 -- -------------------------------------------------------- 1793 -- --------------------------------------------------------
1794 1794
@@ -1799,7 +1799,7 @@ CREATE TABLE `zseq_folders` ( @@ -1799,7 +1799,7 @@ CREATE TABLE `zseq_folders` (
1799 CREATE TABLE `zseq_folders_users_roles_link` ( 1799 CREATE TABLE `zseq_folders_users_roles_link` (
1800 `id` int(10) unsigned NOT NULL auto_increment, 1800 `id` int(10) unsigned NOT NULL auto_increment,
1801 PRIMARY KEY (`id`) 1801 PRIMARY KEY (`id`)
1802 -) TYPE=MyISAM AUTO_INCREMENT=2; 1802 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1803 1803
1804 -- -------------------------------------------------------- 1804 -- --------------------------------------------------------
1805 1805
@@ -1810,7 +1810,7 @@ CREATE TABLE `zseq_folders_users_roles_link` ( @@ -1810,7 +1810,7 @@ CREATE TABLE `zseq_folders_users_roles_link` (
1810 CREATE TABLE `zseq_groups_groups_link` ( 1810 CREATE TABLE `zseq_groups_groups_link` (
1811 `id` int(10) unsigned NOT NULL auto_increment, 1811 `id` int(10) unsigned NOT NULL auto_increment,
1812 PRIMARY KEY (`id`) 1812 PRIMARY KEY (`id`)
1813 -) TYPE=MyISAM AUTO_INCREMENT=2; 1813 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1814 1814
1815 -- -------------------------------------------------------- 1815 -- --------------------------------------------------------
1816 1816
@@ -1821,7 +1821,7 @@ CREATE TABLE `zseq_groups_groups_link` ( @@ -1821,7 +1821,7 @@ CREATE TABLE `zseq_groups_groups_link` (
1821 CREATE TABLE `zseq_groups_lookup` ( 1821 CREATE TABLE `zseq_groups_lookup` (
1822 `id` int(10) unsigned NOT NULL auto_increment, 1822 `id` int(10) unsigned NOT NULL auto_increment,
1823 PRIMARY KEY (`id`) 1823 PRIMARY KEY (`id`)
1824 -) TYPE=MyISAM AUTO_INCREMENT=4; 1824 +) TYPE=MyISAM AUTO_INCREMENT=4 ;
1825 1825
1826 -- -------------------------------------------------------- 1826 -- --------------------------------------------------------
1827 1827
@@ -1832,7 +1832,7 @@ CREATE TABLE `zseq_groups_lookup` ( @@ -1832,7 +1832,7 @@ CREATE TABLE `zseq_groups_lookup` (
1832 CREATE TABLE `zseq_help` ( 1832 CREATE TABLE `zseq_help` (
1833 `id` int(10) unsigned NOT NULL auto_increment, 1833 `id` int(10) unsigned NOT NULL auto_increment,
1834 PRIMARY KEY (`id`) 1834 PRIMARY KEY (`id`)
1835 -) TYPE=MyISAM AUTO_INCREMENT=99; 1835 +) TYPE=MyISAM AUTO_INCREMENT=99 ;
1836 1836
1837 -- -------------------------------------------------------- 1837 -- --------------------------------------------------------
1838 1838
@@ -1843,7 +1843,7 @@ CREATE TABLE `zseq_help` ( @@ -1843,7 +1843,7 @@ CREATE TABLE `zseq_help` (
1843 CREATE TABLE `zseq_help_replacement` ( 1843 CREATE TABLE `zseq_help_replacement` (
1844 `id` int(10) unsigned NOT NULL auto_increment, 1844 `id` int(10) unsigned NOT NULL auto_increment,
1845 PRIMARY KEY (`id`) 1845 PRIMARY KEY (`id`)
1846 -) TYPE=MyISAM AUTO_INCREMENT=2; 1846 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1847 1847
1848 -- -------------------------------------------------------- 1848 -- --------------------------------------------------------
1849 1849
@@ -1854,7 +1854,7 @@ CREATE TABLE `zseq_help_replacement` ( @@ -1854,7 +1854,7 @@ CREATE TABLE `zseq_help_replacement` (
1854 CREATE TABLE `zseq_links` ( 1854 CREATE TABLE `zseq_links` (
1855 `id` int(10) unsigned NOT NULL auto_increment, 1855 `id` int(10) unsigned NOT NULL auto_increment,
1856 PRIMARY KEY (`id`) 1856 PRIMARY KEY (`id`)
1857 -) TYPE=MyISAM AUTO_INCREMENT=2; 1857 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1858 1858
1859 -- -------------------------------------------------------- 1859 -- --------------------------------------------------------
1860 1860
@@ -1865,7 +1865,7 @@ CREATE TABLE `zseq_links` ( @@ -1865,7 +1865,7 @@ CREATE TABLE `zseq_links` (
1865 CREATE TABLE `zseq_metadata_lookup` ( 1865 CREATE TABLE `zseq_metadata_lookup` (
1866 `id` int(10) unsigned NOT NULL auto_increment, 1866 `id` int(10) unsigned NOT NULL auto_increment,
1867 PRIMARY KEY (`id`) 1867 PRIMARY KEY (`id`)
1868 -) TYPE=MyISAM AUTO_INCREMENT=2; 1868 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1869 1869
1870 -- -------------------------------------------------------- 1870 -- --------------------------------------------------------
1871 1871
@@ -1876,7 +1876,7 @@ CREATE TABLE `zseq_metadata_lookup` ( @@ -1876,7 +1876,7 @@ CREATE TABLE `zseq_metadata_lookup` (
1876 CREATE TABLE `zseq_metadata_lookup_tree` ( 1876 CREATE TABLE `zseq_metadata_lookup_tree` (
1877 `id` int(10) unsigned NOT NULL auto_increment, 1877 `id` int(10) unsigned NOT NULL auto_increment,
1878 PRIMARY KEY (`id`) 1878 PRIMARY KEY (`id`)
1879 -) TYPE=MyISAM AUTO_INCREMENT=2; 1879 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1880 1880
1881 -- -------------------------------------------------------- 1881 -- --------------------------------------------------------
1882 1882
@@ -1887,7 +1887,7 @@ CREATE TABLE `zseq_metadata_lookup_tree` ( @@ -1887,7 +1887,7 @@ CREATE TABLE `zseq_metadata_lookup_tree` (
1887 CREATE TABLE `zseq_mime_types` ( 1887 CREATE TABLE `zseq_mime_types` (
1888 `id` int(10) unsigned NOT NULL auto_increment, 1888 `id` int(10) unsigned NOT NULL auto_increment,
1889 PRIMARY KEY (`id`) 1889 PRIMARY KEY (`id`)
1890 -) TYPE=MyISAM AUTO_INCREMENT=161; 1890 +) TYPE=MyISAM AUTO_INCREMENT=161 ;
1891 1891
1892 -- -------------------------------------------------------- 1892 -- --------------------------------------------------------
1893 1893
@@ -1898,7 +1898,7 @@ CREATE TABLE `zseq_mime_types` ( @@ -1898,7 +1898,7 @@ CREATE TABLE `zseq_mime_types` (
1898 CREATE TABLE `zseq_news` ( 1898 CREATE TABLE `zseq_news` (
1899 `id` int(10) unsigned NOT NULL auto_increment, 1899 `id` int(10) unsigned NOT NULL auto_increment,
1900 PRIMARY KEY (`id`) 1900 PRIMARY KEY (`id`)
1901 -) TYPE=MyISAM AUTO_INCREMENT=2; 1901 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1902 1902
1903 -- -------------------------------------------------------- 1903 -- --------------------------------------------------------
1904 1904
@@ -1909,7 +1909,7 @@ CREATE TABLE `zseq_news` ( @@ -1909,7 +1909,7 @@ CREATE TABLE `zseq_news` (
1909 CREATE TABLE `zseq_notifications` ( 1909 CREATE TABLE `zseq_notifications` (
1910 `id` int(10) unsigned NOT NULL auto_increment, 1910 `id` int(10) unsigned NOT NULL auto_increment,
1911 PRIMARY KEY (`id`) 1911 PRIMARY KEY (`id`)
1912 -) TYPE=MyISAM AUTO_INCREMENT=2; 1912 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1913 1913
1914 -- -------------------------------------------------------- 1914 -- --------------------------------------------------------
1915 1915
@@ -1920,7 +1920,7 @@ CREATE TABLE `zseq_notifications` ( @@ -1920,7 +1920,7 @@ CREATE TABLE `zseq_notifications` (
1920 CREATE TABLE `zseq_organisations_lookup` ( 1920 CREATE TABLE `zseq_organisations_lookup` (
1921 `id` int(10) unsigned NOT NULL auto_increment, 1921 `id` int(10) unsigned NOT NULL auto_increment,
1922 PRIMARY KEY (`id`) 1922 PRIMARY KEY (`id`)
1923 -) TYPE=MyISAM AUTO_INCREMENT=2; 1923 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1924 1924
1925 -- -------------------------------------------------------- 1925 -- --------------------------------------------------------
1926 1926
@@ -1931,7 +1931,7 @@ CREATE TABLE `zseq_organisations_lookup` ( @@ -1931,7 +1931,7 @@ CREATE TABLE `zseq_organisations_lookup` (
1931 CREATE TABLE `zseq_permission_assignments` ( 1931 CREATE TABLE `zseq_permission_assignments` (
1932 `id` int(10) unsigned NOT NULL auto_increment, 1932 `id` int(10) unsigned NOT NULL auto_increment,
1933 PRIMARY KEY (`id`) 1933 PRIMARY KEY (`id`)
1934 -) TYPE=MyISAM AUTO_INCREMENT=7; 1934 +) TYPE=MyISAM AUTO_INCREMENT=7 ;
1935 1935
1936 -- -------------------------------------------------------- 1936 -- --------------------------------------------------------
1937 1937
@@ -1942,7 +1942,7 @@ CREATE TABLE `zseq_permission_assignments` ( @@ -1942,7 +1942,7 @@ CREATE TABLE `zseq_permission_assignments` (
1942 CREATE TABLE `zseq_permission_descriptors` ( 1942 CREATE TABLE `zseq_permission_descriptors` (
1943 `id` int(10) unsigned NOT NULL auto_increment, 1943 `id` int(10) unsigned NOT NULL auto_increment,
1944 PRIMARY KEY (`id`) 1944 PRIMARY KEY (`id`)
1945 -) TYPE=MyISAM AUTO_INCREMENT=3; 1945 +) TYPE=MyISAM AUTO_INCREMENT=3 ;
1946 1946
1947 -- -------------------------------------------------------- 1947 -- --------------------------------------------------------
1948 1948
@@ -1953,7 +1953,7 @@ CREATE TABLE `zseq_permission_descriptors` ( @@ -1953,7 +1953,7 @@ CREATE TABLE `zseq_permission_descriptors` (
1953 CREATE TABLE `zseq_permission_dynamic_conditions` ( 1953 CREATE TABLE `zseq_permission_dynamic_conditions` (
1954 `id` int(10) unsigned NOT NULL auto_increment, 1954 `id` int(10) unsigned NOT NULL auto_increment,
1955 PRIMARY KEY (`id`) 1955 PRIMARY KEY (`id`)
1956 -) TYPE=MyISAM AUTO_INCREMENT=2; 1956 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1957 1957
1958 -- -------------------------------------------------------- 1958 -- --------------------------------------------------------
1959 1959
@@ -1964,7 +1964,7 @@ CREATE TABLE `zseq_permission_dynamic_conditions` ( @@ -1964,7 +1964,7 @@ CREATE TABLE `zseq_permission_dynamic_conditions` (
1964 CREATE TABLE `zseq_permission_lookup_assignments` ( 1964 CREATE TABLE `zseq_permission_lookup_assignments` (
1965 `id` int(10) unsigned NOT NULL auto_increment, 1965 `id` int(10) unsigned NOT NULL auto_increment,
1966 PRIMARY KEY (`id`) 1966 PRIMARY KEY (`id`)
1967 -) TYPE=MyISAM AUTO_INCREMENT=18; 1967 +) TYPE=MyISAM AUTO_INCREMENT=18 ;
1968 1968
1969 -- -------------------------------------------------------- 1969 -- --------------------------------------------------------
1970 1970
@@ -1975,7 +1975,7 @@ CREATE TABLE `zseq_permission_lookup_assignments` ( @@ -1975,7 +1975,7 @@ CREATE TABLE `zseq_permission_lookup_assignments` (
1975 CREATE TABLE `zseq_permission_lookups` ( 1975 CREATE TABLE `zseq_permission_lookups` (
1976 `id` int(10) unsigned NOT NULL auto_increment, 1976 `id` int(10) unsigned NOT NULL auto_increment,
1977 PRIMARY KEY (`id`) 1977 PRIMARY KEY (`id`)
1978 -) TYPE=MyISAM AUTO_INCREMENT=5; 1978 +) TYPE=MyISAM AUTO_INCREMENT=5 ;
1979 1979
1980 -- -------------------------------------------------------- 1980 -- --------------------------------------------------------
1981 1981
@@ -1986,7 +1986,7 @@ CREATE TABLE `zseq_permission_lookups` ( @@ -1986,7 +1986,7 @@ CREATE TABLE `zseq_permission_lookups` (
1986 CREATE TABLE `zseq_permission_objects` ( 1986 CREATE TABLE `zseq_permission_objects` (
1987 `id` int(10) unsigned NOT NULL auto_increment, 1987 `id` int(10) unsigned NOT NULL auto_increment,
1988 PRIMARY KEY (`id`) 1988 PRIMARY KEY (`id`)
1989 -) TYPE=MyISAM AUTO_INCREMENT=2; 1989 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
1990 1990
1991 -- -------------------------------------------------------- 1991 -- --------------------------------------------------------
1992 1992
@@ -1997,7 +1997,7 @@ CREATE TABLE `zseq_permission_objects` ( @@ -1997,7 +1997,7 @@ CREATE TABLE `zseq_permission_objects` (
1997 CREATE TABLE `zseq_permissions` ( 1997 CREATE TABLE `zseq_permissions` (
1998 `id` int(10) unsigned NOT NULL auto_increment, 1998 `id` int(10) unsigned NOT NULL auto_increment,
1999 PRIMARY KEY (`id`) 1999 PRIMARY KEY (`id`)
2000 -) TYPE=MyISAM AUTO_INCREMENT=7; 2000 +) TYPE=MyISAM AUTO_INCREMENT=7 ;
2001 2001
2002 -- -------------------------------------------------------- 2002 -- --------------------------------------------------------
2003 2003
@@ -2008,7 +2008,7 @@ CREATE TABLE `zseq_permissions` ( @@ -2008,7 +2008,7 @@ CREATE TABLE `zseq_permissions` (
2008 CREATE TABLE `zseq_plugins` ( 2008 CREATE TABLE `zseq_plugins` (
2009 `id` int(10) unsigned NOT NULL auto_increment, 2009 `id` int(10) unsigned NOT NULL auto_increment,
2010 PRIMARY KEY (`id`) 2010 PRIMARY KEY (`id`)
2011 -) TYPE=MyISAM AUTO_INCREMENT=48; 2011 +) TYPE=MyISAM AUTO_INCREMENT=48 ;
2012 2012
2013 -- -------------------------------------------------------- 2013 -- --------------------------------------------------------
2014 2014
@@ -2019,7 +2019,7 @@ CREATE TABLE `zseq_plugins` ( @@ -2019,7 +2019,7 @@ CREATE TABLE `zseq_plugins` (
2019 CREATE TABLE `zseq_role_allocations` ( 2019 CREATE TABLE `zseq_role_allocations` (
2020 `id` int(10) unsigned NOT NULL auto_increment, 2020 `id` int(10) unsigned NOT NULL auto_increment,
2021 PRIMARY KEY (`id`) 2021 PRIMARY KEY (`id`)
2022 -) TYPE=MyISAM AUTO_INCREMENT=2; 2022 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
2023 2023
2024 -- -------------------------------------------------------- 2024 -- --------------------------------------------------------
2025 2025
@@ -2030,7 +2030,7 @@ CREATE TABLE `zseq_role_allocations` ( @@ -2030,7 +2030,7 @@ CREATE TABLE `zseq_role_allocations` (
2030 CREATE TABLE `zseq_roles` ( 2030 CREATE TABLE `zseq_roles` (
2031 `id` int(10) unsigned NOT NULL auto_increment, 2031 `id` int(10) unsigned NOT NULL auto_increment,
2032 PRIMARY KEY (`id`) 2032 PRIMARY KEY (`id`)
2033 -) TYPE=MyISAM AUTO_INCREMENT=2; 2033 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
2034 2034
2035 -- -------------------------------------------------------- 2035 -- --------------------------------------------------------
2036 2036
@@ -2041,7 +2041,7 @@ CREATE TABLE `zseq_roles` ( @@ -2041,7 +2041,7 @@ CREATE TABLE `zseq_roles` (
2041 CREATE TABLE `zseq_saved_searches` ( 2041 CREATE TABLE `zseq_saved_searches` (
2042 `id` int(10) unsigned NOT NULL auto_increment, 2042 `id` int(10) unsigned NOT NULL auto_increment,
2043 PRIMARY KEY (`id`) 2043 PRIMARY KEY (`id`)
2044 -) TYPE=MyISAM AUTO_INCREMENT=2; 2044 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
2045 2045
2046 -- -------------------------------------------------------- 2046 -- --------------------------------------------------------
2047 2047
@@ -2052,7 +2052,7 @@ CREATE TABLE `zseq_saved_searches` ( @@ -2052,7 +2052,7 @@ CREATE TABLE `zseq_saved_searches` (
2052 CREATE TABLE `zseq_status_lookup` ( 2052 CREATE TABLE `zseq_status_lookup` (
2053 `id` int(10) unsigned NOT NULL auto_increment, 2053 `id` int(10) unsigned NOT NULL auto_increment,
2054 PRIMARY KEY (`id`) 2054 PRIMARY KEY (`id`)
2055 -) TYPE=MyISAM AUTO_INCREMENT=6; 2055 +) TYPE=MyISAM AUTO_INCREMENT=6 ;
2056 2056
2057 -- -------------------------------------------------------- 2057 -- --------------------------------------------------------
2058 2058
@@ -2063,7 +2063,7 @@ CREATE TABLE `zseq_status_lookup` ( @@ -2063,7 +2063,7 @@ CREATE TABLE `zseq_status_lookup` (
2063 CREATE TABLE `zseq_system_settings` ( 2063 CREATE TABLE `zseq_system_settings` (
2064 `id` int(10) unsigned NOT NULL auto_increment, 2064 `id` int(10) unsigned NOT NULL auto_increment,
2065 PRIMARY KEY (`id`) 2065 PRIMARY KEY (`id`)
2066 -) TYPE=MyISAM AUTO_INCREMENT=5; 2066 +) TYPE=MyISAM AUTO_INCREMENT=5 ;
2067 2067
2068 -- -------------------------------------------------------- 2068 -- --------------------------------------------------------
2069 2069
@@ -2074,7 +2074,7 @@ CREATE TABLE `zseq_system_settings` ( @@ -2074,7 +2074,7 @@ CREATE TABLE `zseq_system_settings` (
2074 CREATE TABLE `zseq_time_period` ( 2074 CREATE TABLE `zseq_time_period` (
2075 `id` int(10) unsigned NOT NULL auto_increment, 2075 `id` int(10) unsigned NOT NULL auto_increment,
2076 PRIMARY KEY (`id`) 2076 PRIMARY KEY (`id`)
2077 -) TYPE=MyISAM AUTO_INCREMENT=2; 2077 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
2078 2078
2079 -- -------------------------------------------------------- 2079 -- --------------------------------------------------------
2080 2080
@@ -2085,7 +2085,7 @@ CREATE TABLE `zseq_time_period` ( @@ -2085,7 +2085,7 @@ CREATE TABLE `zseq_time_period` (
2085 CREATE TABLE `zseq_time_unit_lookup` ( 2085 CREATE TABLE `zseq_time_unit_lookup` (
2086 `id` int(10) unsigned NOT NULL auto_increment, 2086 `id` int(10) unsigned NOT NULL auto_increment,
2087 PRIMARY KEY (`id`) 2087 PRIMARY KEY (`id`)
2088 -) TYPE=MyISAM AUTO_INCREMENT=4; 2088 +) TYPE=MyISAM AUTO_INCREMENT=4 ;
2089 2089
2090 -- -------------------------------------------------------- 2090 -- --------------------------------------------------------
2091 2091
@@ -2096,7 +2096,7 @@ CREATE TABLE `zseq_time_unit_lookup` ( @@ -2096,7 +2096,7 @@ CREATE TABLE `zseq_time_unit_lookup` (
2096 CREATE TABLE `zseq_units_lookup` ( 2096 CREATE TABLE `zseq_units_lookup` (
2097 `id` int(10) unsigned NOT NULL auto_increment, 2097 `id` int(10) unsigned NOT NULL auto_increment,
2098 PRIMARY KEY (`id`) 2098 PRIMARY KEY (`id`)
2099 -) TYPE=MyISAM AUTO_INCREMENT=2; 2099 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
2100 2100
2101 -- -------------------------------------------------------- 2101 -- --------------------------------------------------------
2102 2102
@@ -2107,7 +2107,7 @@ CREATE TABLE `zseq_units_lookup` ( @@ -2107,7 +2107,7 @@ CREATE TABLE `zseq_units_lookup` (
2107 CREATE TABLE `zseq_units_organisations_link` ( 2107 CREATE TABLE `zseq_units_organisations_link` (
2108 `id` int(10) unsigned NOT NULL auto_increment, 2108 `id` int(10) unsigned NOT NULL auto_increment,
2109 PRIMARY KEY (`id`) 2109 PRIMARY KEY (`id`)
2110 -) TYPE=MyISAM AUTO_INCREMENT=2; 2110 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
2111 2111
2112 -- -------------------------------------------------------- 2112 -- --------------------------------------------------------
2113 2113
@@ -2118,7 +2118,7 @@ CREATE TABLE `zseq_units_organisations_link` ( @@ -2118,7 +2118,7 @@ CREATE TABLE `zseq_units_organisations_link` (
2118 CREATE TABLE `zseq_upgrades` ( 2118 CREATE TABLE `zseq_upgrades` (
2119 `id` int(10) unsigned NOT NULL auto_increment, 2119 `id` int(10) unsigned NOT NULL auto_increment,
2120 PRIMARY KEY (`id`) 2120 PRIMARY KEY (`id`)
2121 -) TYPE=MyISAM AUTO_INCREMENT=92; 2121 +) TYPE=MyISAM AUTO_INCREMENT=93 ;
2122 2122
2123 -- -------------------------------------------------------- 2123 -- --------------------------------------------------------
2124 2124
@@ -2129,7 +2129,7 @@ CREATE TABLE `zseq_upgrades` ( @@ -2129,7 +2129,7 @@ CREATE TABLE `zseq_upgrades` (
2129 CREATE TABLE `zseq_user_history` ( 2129 CREATE TABLE `zseq_user_history` (
2130 `id` int(10) unsigned NOT NULL auto_increment, 2130 `id` int(10) unsigned NOT NULL auto_increment,
2131 PRIMARY KEY (`id`) 2131 PRIMARY KEY (`id`)
2132 -) TYPE=MyISAM AUTO_INCREMENT=1; 2132 +) TYPE=MyISAM AUTO_INCREMENT=1 ;
2133 2133
2134 -- -------------------------------------------------------- 2134 -- --------------------------------------------------------
2135 2135
@@ -2140,7 +2140,7 @@ CREATE TABLE `zseq_user_history` ( @@ -2140,7 +2140,7 @@ CREATE TABLE `zseq_user_history` (
2140 CREATE TABLE `zseq_users` ( 2140 CREATE TABLE `zseq_users` (
2141 `id` int(10) unsigned NOT NULL auto_increment, 2141 `id` int(10) unsigned NOT NULL auto_increment,
2142 PRIMARY KEY (`id`) 2142 PRIMARY KEY (`id`)
2143 -) TYPE=MyISAM AUTO_INCREMENT=4; 2143 +) TYPE=MyISAM AUTO_INCREMENT=4 ;
2144 2144
2145 -- -------------------------------------------------------- 2145 -- --------------------------------------------------------
2146 2146
@@ -2151,7 +2151,7 @@ CREATE TABLE `zseq_users` ( @@ -2151,7 +2151,7 @@ CREATE TABLE `zseq_users` (
2151 CREATE TABLE `zseq_users_groups_link` ( 2151 CREATE TABLE `zseq_users_groups_link` (
2152 `id` int(10) unsigned NOT NULL auto_increment, 2152 `id` int(10) unsigned NOT NULL auto_increment,
2153 PRIMARY KEY (`id`) 2153 PRIMARY KEY (`id`)
2154 -) TYPE=MyISAM AUTO_INCREMENT=4; 2154 +) TYPE=MyISAM AUTO_INCREMENT=4 ;
2155 2155
2156 -- -------------------------------------------------------- 2156 -- --------------------------------------------------------
2157 2157
@@ -2162,7 +2162,7 @@ CREATE TABLE `zseq_users_groups_link` ( @@ -2162,7 +2162,7 @@ CREATE TABLE `zseq_users_groups_link` (
2162 CREATE TABLE `zseq_workflow_state_permission_assignments` ( 2162 CREATE TABLE `zseq_workflow_state_permission_assignments` (
2163 `id` int(10) unsigned NOT NULL auto_increment, 2163 `id` int(10) unsigned NOT NULL auto_increment,
2164 PRIMARY KEY (`id`) 2164 PRIMARY KEY (`id`)
2165 -) TYPE=MyISAM AUTO_INCREMENT=2; 2165 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
2166 2166
2167 -- -------------------------------------------------------- 2167 -- --------------------------------------------------------
2168 2168
@@ -2173,7 +2173,7 @@ CREATE TABLE `zseq_workflow_state_permission_assignments` ( @@ -2173,7 +2173,7 @@ CREATE TABLE `zseq_workflow_state_permission_assignments` (
2173 CREATE TABLE `zseq_workflow_states` ( 2173 CREATE TABLE `zseq_workflow_states` (
2174 `id` int(10) unsigned NOT NULL auto_increment, 2174 `id` int(10) unsigned NOT NULL auto_increment,
2175 PRIMARY KEY (`id`) 2175 PRIMARY KEY (`id`)
2176 -) TYPE=MyISAM AUTO_INCREMENT=2; 2176 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
2177 2177
2178 -- -------------------------------------------------------- 2178 -- --------------------------------------------------------
2179 2179
@@ -2184,7 +2184,7 @@ CREATE TABLE `zseq_workflow_states` ( @@ -2184,7 +2184,7 @@ CREATE TABLE `zseq_workflow_states` (
2184 CREATE TABLE `zseq_workflow_transitions` ( 2184 CREATE TABLE `zseq_workflow_transitions` (
2185 `id` int(10) unsigned NOT NULL auto_increment, 2185 `id` int(10) unsigned NOT NULL auto_increment,
2186 PRIMARY KEY (`id`) 2186 PRIMARY KEY (`id`)
2187 -) TYPE=MyISAM AUTO_INCREMENT=2; 2187 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
2188 2188
2189 -- -------------------------------------------------------- 2189 -- --------------------------------------------------------
2190 2190
@@ -2195,7 +2195,7 @@ CREATE TABLE `zseq_workflow_transitions` ( @@ -2195,7 +2195,7 @@ CREATE TABLE `zseq_workflow_transitions` (
2195 CREATE TABLE `zseq_workflows` ( 2195 CREATE TABLE `zseq_workflows` (
2196 `id` int(10) unsigned NOT NULL auto_increment, 2196 `id` int(10) unsigned NOT NULL auto_increment,
2197 PRIMARY KEY (`id`) 2197 PRIMARY KEY (`id`)
2198 -) TYPE=MyISAM AUTO_INCREMENT=2; 2198 +) TYPE=MyISAM AUTO_INCREMENT=2 ;
2199 2199
2200 -- 2200 --
2201 -- Constraints for dumped tables 2201 -- Constraints for dumped tables