You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A query that inserts a value into the entityId field:
INSERT INTO "Identifier" ("entityId") VALUES ((SELECT "id" FROM "Entity" WHERE "name" = 'Account'));
The text was updated successfully, but these errors were encountered:
NodeJS-Application/db/data.sql
Line 1 in 5749fec
A query that inserts a value into the entityId field:
INSERT INTO "Identifier" ("entityId") VALUES ((SELECT "id" FROM "Entity" WHERE "name" = 'Account'));
The text was updated successfully, but these errors were encountered: