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
Here is the log from the Postgresql when you run the command above.
2019-11-18 17:00:42.129 KST [72847] ERROR: insert or update on table "AssetImages" violates foreign key constraint "AssetImages_assetType_fkey"
2019-11-18 17:00:42.129 KST [72847] DETAIL: Key (assetType)=(b03745e7296053068a1ac475b377656574b394d3) is not present in table "AssetSchemes".
The text was updated successfully, but these errors were encountered:
majecty
changed the title
Insert a row to the AssetImages table fails in the "test/-asset.spec.ts" test
Inserting a row to the AssetImages table fails in the "test/-asset.spec.ts" test
Nov 22, 2019
You can run the command below to make the error.
Here is the log from the Postgresql when you run the command above.
The text was updated successfully, but these errors were encountered: