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
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
This occurs when the primary key field is NOT "id" - it fails on uuid: ID, _id: ID etc.
> yarn develop
yarn run v1.22.5
$ ts-node src/index.ts
🚀 Server ready at http://localhost:4000/graphql
Migrated database
^C
> yarn develop
yarn run v1.22.5
$ ts-node src/index.ts
🚀 Server ready at http://localhost:4000/graphql
(node:71304) UnhandledPromiseRejectionWarning: error: alter table "public"."note" alter column "_id" drop not null - column "_id" is in a primary key
The text was updated successfully, but these errors were encountered:
graphql-migrations
This occurs when the primary key field is NOT "id" - it fails on
uuid: ID
,_id: ID
etc.The text was updated successfully, but these errors were encountered: