changed prisma to windows
This commit is contained in:
@ -17,11 +17,11 @@ exports.$Enums = {}
|
||||
|
||||
/**
|
||||
* Prisma Client JS version: 5.15.1
|
||||
* Query Engine version: 5675a3182f972f1a8f31d16eee6abf4fd54910e3
|
||||
* Query Engine version: 34ace0eb2704183d2c05b60b52fba5c43c13f303
|
||||
*/
|
||||
Prisma.prismaVersion = {
|
||||
client: "5.15.1",
|
||||
engine: "5675a3182f972f1a8f31d16eee6abf4fd54910e3"
|
||||
engine: "34ace0eb2704183d2c05b60b52fba5c43c13f303"
|
||||
}
|
||||
|
||||
Prisma.PrismaClientKnownRequestError = () => {
|
||||
@ -3454,6 +3454,35 @@ exports.Prisma.Wacca_trophyScalarFieldEnum = {
|
||||
badge_type: 'badge_type'
|
||||
};
|
||||
|
||||
exports.Prisma.Actaeon_chuni_static_map_iconScalarFieldEnum = {
|
||||
id: 'id',
|
||||
name: 'name',
|
||||
sortName: 'sortName',
|
||||
imagePath: 'imagePath'
|
||||
};
|
||||
|
||||
exports.Prisma.Actaeon_chuni_static_name_plateScalarFieldEnum = {
|
||||
id: 'id',
|
||||
name: 'name',
|
||||
sortName: 'sortName',
|
||||
imagePath: 'imagePath'
|
||||
};
|
||||
|
||||
exports.Prisma.Actaeon_chuni_static_system_voiceScalarFieldEnum = {
|
||||
id: 'id',
|
||||
name: 'name',
|
||||
sortName: 'sortName',
|
||||
imagePath: 'imagePath',
|
||||
cuePath: 'cuePath'
|
||||
};
|
||||
|
||||
exports.Prisma.Actaeon_chuni_static_trophiesScalarFieldEnum = {
|
||||
id: 'id',
|
||||
name: 'name',
|
||||
rareType: 'rareType',
|
||||
explainText: 'explainText'
|
||||
};
|
||||
|
||||
exports.Prisma.SortOrder = {
|
||||
asc: 'asc',
|
||||
desc: 'desc'
|
||||
@ -3666,7 +3695,11 @@ exports.Prisma.ModelName = {
|
||||
wacca_song_unlock: 'wacca_song_unlock',
|
||||
wacca_static_music: 'wacca_static_music',
|
||||
wacca_ticket: 'wacca_ticket',
|
||||
wacca_trophy: 'wacca_trophy'
|
||||
wacca_trophy: 'wacca_trophy',
|
||||
actaeon_chuni_static_map_icon: 'actaeon_chuni_static_map_icon',
|
||||
actaeon_chuni_static_name_plate: 'actaeon_chuni_static_name_plate',
|
||||
actaeon_chuni_static_system_voice: 'actaeon_chuni_static_system_voice',
|
||||
actaeon_chuni_static_trophies: 'actaeon_chuni_static_trophies'
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user