Skip to content

Commit b1bd979

Browse files
committed
feat: add documentation for country IP
1 parent 02ced22 commit b1bd979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/documentation/docs/tutorial/07-Plugins/01-AuditLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Also, update the resource configuration in `./resources/auditLogs.ts`:
249249
250250
Audit log can also log the client's country if needed.
251251
252-
Also, you need to migrate the `audit_logs` table in `./schema.prisma`:
252+
First, you need to migrate the `audit_logs` table in `./schema.prisma`:
253253
254254
```ts title='./schema.prisma'
255255
model audit_logs {

0 commit comments

Comments
 (0)