Files
psp_api/prisma/migrations/20251226183649_update/migration.sql
T

3 lines
93 B
SQL
Raw Normal View History

-- CreateIndex
CREATE INDEX `Pos_Accounts_inventoryId_idx` ON `Pos_Accounts`(`inventoryId`);