mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-14 18:05:48 +00:00
Change deviceId column type to uuid
This commit is contained in:
@ -20,7 +20,7 @@ export class DeviceStatusLogEntity {
|
||||
})
|
||||
eventFrom: SourceType;
|
||||
|
||||
@Column({ type: 'text' })
|
||||
@Column({ type: 'uuid' })
|
||||
deviceId: string;
|
||||
|
||||
@Column({ type: 'text' })
|
||||
|
Reference in New Issue
Block a user