chore: Refactor file storage (#5711)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Transaction } from "sequelize";
|
||||
import { sequelize } from "@server/database/sequelize";
|
||||
import { Subscription, Event, User, Document } from "@server/models";
|
||||
import { sequelize } from "@server/storage/database";
|
||||
import { DocumentEvent, RevisionEvent } from "@server/types";
|
||||
|
||||
type Props = {
|
||||
|
||||
Reference in New Issue
Block a user