diff --git a/lib/classes/base.php b/lib/classes/base.php index d1982bb4c7..0929ce26a0 100644 --- a/lib/classes/base.php +++ b/lib/classes/base.php @@ -263,8 +263,19 @@ abstract class base implements cache_cacheableInterface $ORMTables = array( 'AuthFailures', + 'AggregateTokens', 'BasketElements', 'Baskets', + 'FeedEntries', + 'FeedItems', + 'FeedPublishers', + 'FeedTokens', + 'Feeds', + 'FtpCredential', + 'FtpExportElements', + 'FtpExports', + 'OrderElements', + 'Orders', 'StoryWZ', 'UsrListOwners', 'UsrLists', @@ -279,6 +290,10 @@ abstract class base implements cache_cacheableInterface 'SessionModules', 'Sessions', 'UsrAuthProviders', + 'UserQueries', + 'UserSettings', + 'Users', + 'UserNotificationSettings', ); foreach ($rs as $row) { diff --git a/lib/conf.d/bases_structure.xml b/lib/conf.d/bases_structure.xml index 081c03b795..f3ac1ec56e 100644 --- a/lib/conf.d/bases_structure.xml +++ b/lib/conf.d/bases_structure.xml @@ -1993,157 +1993,6 @@ InnoDB - - - - - - id - int(11) unsigned - - auto_increment - - - - - usr_id - int(11) unsigned - - - - - - - created_on - datetime - - - - - - - usage - longtext - - - - - - - deadline - datetime - - - - - - - ssel_id - int(11) unsigned - YES - - - - - - - - PRIMARY - PRIMARY - - id - - - - usr - INDEX - - usr_id - - - - InnoDB -
- - - - - id - int(11) unsigned - - auto_increment - - - - - order_id - int(11) unsigned - - - - - - - base_id - int(11) unsigned - - - - - - - record_id - int(11) unsigned - - - - - - - order_master_id - int(11) unsigned - YES - - - - - - deny - tinyint(1) - YES - - - - - - - - PRIMARY - PRIMARY - - id - - - - triplet - UNIQUE - - order_id - base_id - record_id - - - - order_id - INDEX - - order_id - - - - InnoDB -
-