データベースにログを保存するのを廃止

Close #7878
This commit is contained in:
syuilo
2021-10-22 20:41:15 +09:00
parent 81a0ee4b2d
commit 632af91878
9 changed files with 17 additions and 295 deletions

View File

@@ -8,7 +8,6 @@ import { entities as charts } from '@/services/chart/entities';
import { dbLogger } from './logger';
import * as highlight from 'cli-highlight';
import { Log } from '@/models/entities/log';
import { User } from '@/models/entities/user';
import { DriveFile } from '@/models/entities/drive-file';
import { DriveFolder } from '@/models/entities/drive-folder';
@@ -144,7 +143,6 @@ export const entities = [
PageLike,
GalleryPost,
GalleryLike,
Log,
DriveFile,
DriveFolder,
Poll,