remove hybrid-all-timeline and update

This commit is contained in:
mattyatea 2023-10-18 22:40:40 +09:00
parent c7c70c1c30
commit 80d652746d
8 changed files with 60 additions and 102 deletions

View file

@ -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,
})