mirror of
https://github.com/docmost/docmost.git
synced 2026-06-11 02:36:56 +08:00
chore(db): drop Base entity type aliases (table no longer exists)
This commit is contained in:
@@ -6,7 +6,6 @@ import {
|
||||
BaseProperties,
|
||||
BaseRows,
|
||||
BaseViews,
|
||||
Bases,
|
||||
Comments,
|
||||
Groups,
|
||||
Notifications,
|
||||
@@ -212,11 +211,6 @@ export type Template = Selectable<Templates>;
|
||||
export type InsertableTemplate = Insertable<Templates>;
|
||||
export type UpdatableTemplate = Updateable<Omit<Templates, 'id'>>;
|
||||
|
||||
// Base
|
||||
export type Base = Selectable<Bases>;
|
||||
export type InsertableBase = Insertable<Bases>;
|
||||
export type UpdatableBase = Updateable<Omit<Bases, 'id'>>;
|
||||
|
||||
// Base Property
|
||||
export type BaseProperty = Selectable<BaseProperties>;
|
||||
export type InsertableBaseProperty = Insertable<BaseProperties>;
|
||||
|
||||
Reference in New Issue
Block a user