Skip to content

Commit

Permalink
Add missing entity classes to PartKeepr.
Browse files Browse the repository at this point in the history
This fixes an issue while updating a PartKeepr installation from the
previous version to this version. The tables were not created by the
setup assistant.
  • Loading branch information
Sven Steckmann committed Feb 14, 2013
1 parent d98657e commit 1cd0188
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/backend/PartKeepr/PartKeepr.php
Expand Up @@ -318,12 +318,15 @@ public static function getEntityClasses () {
return array(
'PartKeepr\User\User',
'PartKeepr\Session\Session',


'PartKeepr\EventNotification\Event',
'PartKeepr\EventNotification\LastNotification',

'PartKeepr\Footprint\Footprint',
'PartKeepr\Footprint\FootprintImage',
'PartKeepr\Footprint\FootprintAttachment',
'PartKeepr\FootprintCategory\FootprintCategory',

'PartKeepr\Part\Part',
'PartKeepr\Part\PartUnit',
'PartKeepr\Part\PartManufacturer',
Expand Down

0 comments on commit 1cd0188

Please sign in to comment.