META-INF.sql.tables.sql Maven / Gradle / Ivy
create table DLFileVersionPreview (
mvccVersion LONG default 0 not null,
ctCollectionId LONG default 0 not null,
dlFileVersionPreviewId LONG not null,
groupId LONG,
companyId LONG,
fileEntryId LONG,
fileVersionId LONG,
previewStatus INTEGER,
primary key (dlFileVersionPreviewId, ctCollectionId)
);
create table DLStorageQuota (
mvccVersion LONG default 0 not null,
dlStorageQuotaId LONG not null primary key,
companyId LONG,
storageSize LONG
);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy