Migrated all models to string ids
This commit is contained in:
@ -4,7 +4,7 @@ import {DataTypes, InferAttributes, InferCreationAttributes, Model} from "sequel
|
||||
|
||||
export interface IMedia extends Model<InferAttributes<IMedia>, InferCreationAttributes<IMedia>> {
|
||||
assetId?: string
|
||||
clientId: number
|
||||
clientId: string
|
||||
assetName: string
|
||||
assetEnding: string
|
||||
assetDescription?: string
|
||||
|
Reference in New Issue
Block a user