mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 01:04:03 +09:00
fix(server): マイグレーションad1676438468213が通らないのを修正 (#9963)
* fix(server): マイグレーションad1676438468213が通らないのを修正 Fix #9962 * fix
This commit is contained in:
@ -21,6 +21,7 @@ export class Ad {
|
||||
@Index()
|
||||
@Column('timestamp with time zone', {
|
||||
comment: 'The expired date of the Ad.',
|
||||
default: () => 'now()',
|
||||
})
|
||||
public startsAt: Date;
|
||||
|
||||
|
Reference in New Issue
Block a user