This commit is contained in:
Adria Navarro 2024-04-04 21:09:15 +02:00
parent b2ab4e022e
commit 1bc555350a
1 changed files with 1 additions and 7 deletions

View File

@ -1,12 +1,6 @@
import { ObjectStoreBuckets } from "../../constants" import { ObjectStoreBuckets } from "../../constants"
import { context, db as dbCore, objectStore } from "@budibase/backend-core" import { context, db as dbCore, objectStore } from "@budibase/backend-core"
import { import { FieldType, RenameColumn, Row, Table } from "@budibase/types"
FieldType,
RenameColumn,
Row,
RowAttachment,
Table,
} from "@budibase/types"
export class AttachmentCleanup { export class AttachmentCleanup {
static async coreCleanup(fileListFn: () => string[]): Promise<void> { static async coreCleanup(fileListFn: () => string[]): Promise<void> {