refactor!: change typo field and reset migration

This commit is contained in:
Methapon2001 2024-06-28 09:35:32 +07:00
parent d0d59cea0d
commit 0e2cc3cb21
58 changed files with 327 additions and 784 deletions

View file

@ -140,7 +140,7 @@ export class BranchUserController extends Controller {
branchId,
userId: v.id,
createdBy: req.user.name,
updateBy: req.user.name,
updatedBy: req.user.name,
})),
}),
]);
@ -250,7 +250,7 @@ export class UserBranchController extends Controller {
branchId: v.id,
userId,
createdBy: req.user.name,
updateBy: req.user.name,
updatedBy: req.user.name,
})),
});