feat: add isAdmin column to token entity; implement migration for isAdmin; enhance logging and error handling in query execution; update query plugin to support new logging structure

This commit is contained in:
lborv
2025-10-11 17:59:06 +03:00
parent 57e4a8b932
commit 08a62fa2c5
13 changed files with 135 additions and 55 deletions

View File

@ -9,7 +9,7 @@ export default async (project: { token: string }, source: string) => {
source,
projectToken: project.token,
},
{ headers: { "x-api-token": "efbeccd6-dde1-47dc-b3aa-4fbd773d5429" } }
{ headers: { "x-api-token": "43c2e96e-af25-4467-9103-1479daa6288d" } }
);
return response.data;
} catch (error) {