diff options
Diffstat (limited to 'packages/backend/src/models/App.ts')
| -rw-r--r-- | packages/backend/src/models/App.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/backend/src/models/App.ts b/packages/backend/src/models/App.ts index c599ef8be0..5c56a224a2 100644 --- a/packages/backend/src/models/App.ts +++ b/packages/backend/src/models/App.ts @@ -13,12 +13,6 @@ export class MiApp { public id: string; @Index() - @Column('timestamp with time zone', { - comment: 'The created date of the App.', - }) - public createdAt: Date; - - @Index() @Column({ ...id(), nullable: true, |