Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: removed auditLog model, as we're going ahead with it in first …
…release.
  • Loading branch information
hanoak20 committed Feb 16, 2024
commit 1161a8b4fbec260815d419c1c06c0c9c164336eb
2 changes: 0 additions & 2 deletions src/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { config } from "./config";
import logger from "./utils/logger";
import ProjectModel from "./models/project";
import AuthenticationModel from "./models/authentication";
import AuditLogModel from "./models/auditLog";
import ContentTypesMapperModel from "./models/contentTypesMapper";
import FieldMapperModel from "./models/FieldMapper";

Expand All @@ -19,7 +18,6 @@ const connectToDatabase = async () => {
// Create the collection's if it doesn't exist
await ProjectModel.init();
await AuthenticationModel.init();
await AuditLogModel.init();
await ContentTypesMapperModel.init();
await FieldMapperModel.init();
} catch (error) {
Expand Down
44 changes: 0 additions & 44 deletions src/models/auditLog.ts

This file was deleted.