br
09/01/2018, 7:03 PMprisma introspect
on an existing postgres db can't be then deployed? Just a limitation of the tool as it currently is? prisma deploy
says there are lots of small errors with the datamodel file.noahdavis
09/01/2018, 9:09 PMbr
09/04/2018, 5:39 AMbr
09/04/2018, 6:06 AMbr
09/04/2018, 10:57 AMError: Syntax error while parsing GraphQL query. Invalid input ""collection-owner")\n object-", expected Argument, FieldDefinition, Directive, Comments or Value (line 944, column 35):
id: ID! @unique @pgColumn(name: "collection-owner")
br
09/04/2018, 11:05 AMErrors:
Pms_sip_rt
✖ The field `id` is reserved and has to have the format: id: ID! @unique or id: UUID! @unique.
Sip_phone_buttons_blf
✖ The field `id` is reserved and has to have the format: id: ID! @unique or id: UUID! @unique.
Sip_phone_buttons_conference
✖ The field `id` is reserved and has to have the format: id: ID! @unique or id: UUID! @unique.
Sip_phone_buttons_customdial
✖ The field `id` is reserved and has to have the format: id: ID! @unique or id: UUID! @unique.
Sip_phone_buttons_featurecode
✖ The field `id` is reserved and has to have the format: id: ID! @unique or id: UUID! @unique.
Sip_phone_buttons_line
✖ The field `id` is reserved and has to have the format: id: ID! @unique or id: UUID! @unique.
Sip_phone_buttons_paginggroup
✖ The field `id` is reserved and has to have the format: id: ID! @unique or id: UUID! @unique.
Sip_phone_buttons_speeddial
✖ The field `id` is reserved and has to have the format: id: ID! @unique or id: UUID! @unique.
Users
✖ The type `Users` has a duplicate fieldName.
✖ The type `Users` has a duplicate fieldName.
✖ Invalid value '1999-12-31 11:00:00+00' for type DateTime.
Call_me_chat_logins
✖ Invalid value '1999-12-31 11:00:00+00' for type DateTime.
Status_settings
✖ The field `base` specifies a directive more than once. Directives must appear exactly once on a field.
✖ The field `status_settings_bases` specifies a directive more than once. Directives must appear exactly once on a field.
✖ The field `status_settings_timer_change_statuses` specifies a directive more than once. Directives must appear exactly once on a field.
✖ The field `timer_change_status` specifies a directive more than once. Directives must appear exactly once on a field.
br
09/04/2018, 11:06 AMprisma introspection
.br
09/04/2018, 11:23 AM@pgTable
or @pgRelation
directive, e.g.
Error: Syntax error while parsing GraphQL query. Invalid input ""server_id")\n user_id: ID! @unique!", expected Value, Argument, Directive or FieldDefinition (line 32, column 48):
br
09/04/2018, 11:23 AM@pgTable
or @pgRelation
directive, e.g.
Error: Syntax error while parsing GraphQL query. Invalid input ""buddy_error_log") {\n id: ID! @unique\n datetime: DateTime\n extension: String!\n line: Int\n msg: String\n parent_url: String!\n stacktrace: String\n url: String\n user_agent: String!\n user_id: ID! @unique!", expected ValueConst, ArgumentConst, DirectiveConst or FieldDefinitions (line 15, column 37):
Error: Syntax error while parsing GraphQL query. Invalid input ""server_id")\n user_id: ID! @unique!", expected Value, Argument, Directive or FieldDefinition (line 32, column 48):
br
09/04/2018, 11:52 AMbr
09/05/2018, 12:53 PMnilan
09/05/2018, 12:54 PM