mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-25 03:45:33 +00:00
fix: make timestamp column a bigint
This commit is contained in:
@@ -10,7 +10,7 @@ export class Migration extends BaseClassWithoutId {
|
||||
@PrimaryIdAutoGenerated()
|
||||
id: number;
|
||||
|
||||
@Column()
|
||||
@Column({ type: 'bigint' })
|
||||
timestamp: number;
|
||||
|
||||
@Column()
|
||||
|
||||
Reference in New Issue
Block a user