<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://wiki.mentoringsystems.be/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.mentoringsystems.be/feed.php">
        <title>Mentoring Systems database</title>
        <description></description>
        <link>https://wiki.mentoringsystems.be/</link>
        <image rdf:resource="https://wiki.mentoringsystems.be/lib/tpl/starter-bootstrap/images/favicon.ico" />
       <dc:date>2026-09-07T04:46:23+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.mentoringsystems.be/database/analyse-indexes?rev=1524220950&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.mentoringsystems.be/lib/tpl/starter-bootstrap/images/favicon.ico">
        <title>Mentoring Systems</title>
        <link>https://wiki.mentoringsystems.be/</link>
        <url>https://wiki.mentoringsystems.be/lib/tpl/starter-bootstrap/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.mentoringsystems.be/database/analyse-indexes?rev=1524220950&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-04-20T12:42:30+02:00</dc:date>
        <title>database:analyse-indexes</title>
        <link>https://wiki.mentoringsystems.be/database/analyse-indexes?rev=1524220950&amp;do=diff</link>
        <description>Things to take note of

	*  Primary keys ARE needed, usually our exports have all primary keys, but you'll need to verify this.
	*  Remove double indexes

Without Primary Key


ALTER TABLE `Analyse`
  ADD KEY `status` (`status`),
  ADD KEY `mandantId` (`mandantId`);

ALTER TABLE `Ansprechpartner`
  ADD KEY `gesellschaftId` (`gesellschaftId`);

ALTER TABLE `ApplicationState`
  ADD KEY `loginId` (`loginId`);

ALTER TABLE `Arbeitgeber`
  ADD KEY `mandantId` (`mandantId`);

ALTER TABLE `Asset`
  ADD…</description>
    </item>
</rdf:RDF>
