remove hybrid-all-timeline and update
This commit is contained in:
parent
c7c70c1c30
commit
80d652746d
8 changed files with 60 additions and 102 deletions
|
|
@ -17,12 +17,6 @@ import type { MiDriveFile } from './DriveFile.js';
|
|||
export class MiNote {
|
||||
@PrimaryColumn(id())
|
||||
public id: string;
|
||||
|
||||
@Column('timestamp with time zone', {
|
||||
comment: 'The created date of the Note.',
|
||||
})
|
||||
public createdAt: Date;
|
||||
|
||||
@Column('timestamp with time zone', {
|
||||
default: null,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue