Skip to content

Commit

Permalink
remove old collection files
Browse files Browse the repository at this point in the history
  • Loading branch information
KevLehman committed May 12, 2022
1 parent 3aec9ff commit 18258b0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 112 deletions.
2 changes: 0 additions & 2 deletions apps/meteor/app/models/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import LivechatDepartmentAgents from './models/LivechatDepartmentAgents';
import LivechatRooms from './models/LivechatRooms';
import LivechatVisitors from './models/LivechatVisitors';
import LivechatInquiry from './models/LivechatInquiry';
import OmnichannelQueue from './models/OmnichannelQueue';
import ImportData from './models/ImportData';

export { AppsLogsModel } from './models/apps-logs-model';
Expand All @@ -38,6 +37,5 @@ export {
LivechatRooms,
LivechatVisitors,
LivechatInquiry,
OmnichannelQueue,
ImportData,
};
9 changes: 0 additions & 9 deletions apps/meteor/app/models/server/models/OmnichannelQueue.js

This file was deleted.

98 changes: 0 additions & 98 deletions apps/meteor/app/models/server/raw/OmnichannelQueue.ts

This file was deleted.

3 changes: 0 additions & 3 deletions apps/meteor/app/models/server/raw/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import { MessagesRaw } from './Messages';
import { NotificationQueueRaw } from './NotificationQueue';
import { OAuthAppsRaw } from './OAuthApps';
import { OEmbedCacheRaw } from './OEmbedCache';
import { OmnichannelQueueRaw } from './OmnichannelQueue';
import { PermissionsRaw } from './Permissions';
import { readSecondaryPreferred } from '../../../../server/database/readSecondaryPreferred';
import { ReadReceiptsRaw } from './ReadReceipts';
Expand Down Expand Up @@ -61,7 +60,6 @@ import LivechatInquiryModel from '../models/LivechatInquiry';
import LivechatRoomsModel from '../models/LivechatRooms';
import LivechatVisitorsModel from '../models/LivechatVisitors';
import MessagesModel from '../models/Messages';
import OmnichannelQueueModel from '../models/OmnichannelQueue';
import RoomsModel from '../models/Rooms';
import SettingsModel from '../models/Settings';
import SubscriptionsModel from '../models/Subscriptions';
Expand All @@ -87,7 +85,6 @@ export const LivechatVisitors = new LivechatVisitorsRaw(LivechatVisitorsModel.mo
export const LivechatInquiry = new LivechatInquiryRaw(LivechatInquiryModel.model.rawCollection(), trashCollection);
export const LivechatBusinessHours = new LivechatBusinessHoursRaw(LivechatBusinessHoursModel.model.rawCollection(), trashCollection);
// export const Roles = new RolesRaw(RolesModel.model.rawCollection(), { Users, Subscriptions }, trashCollection);
export const OmnichannelQueue = new OmnichannelQueueRaw(OmnichannelQueueModel.model.rawCollection(), trashCollection);
export const ImportData = new ImportDataRaw(ImportDataModel.model.rawCollection(), trashCollection);

const { db } = MongoInternals.defaultRemoteCollectionDriver().mongo;
Expand Down

0 comments on commit 18258b0

Please sign in to comment.