conversaion_id in requests table?

Jump to solution
pmichaud
Community Novice

Looks like a typo in the requests table:

canvas=> \d+ requests

                                Table "public.requests"

       Column       |            Type             | Modifiers | Storage  | Description

--------------------+-----------------------------+-----------+----------+-------------

id                 | character varying(50)       |           | extended |

user_id            | bigint                      |           | plain    |

course_id          | bigint                      |           | plain    |

account_id         | bigint                      |           | plain    |

user_account_id    | bigint                      |           | plain    |

course_account_id  | bigint                      |           | plain    |

url_id             | bigint                      |           | plain    |

quiz_id            | bigint                      |           | plain    |

discussion_id      | bigint                      |           | plain    |

conversaion_id     | bigint                      |           | plain    |

1 Solution
zac
Instructure
Instructure

Hi Patrick,

Verified just now that the conversation_id column in that table is no longer spelled incorrectly.

Thanks!

View solution in original post