late-teacher-86348
06/27/2023, 3:13 PM404: Code: 47. DB::Exception: There's no column 'c.user_id' in table 'c': While processing c.user_id: While processing LEFT JOIN ... ON c.user_id = m.user_id. (UNKNOWN_IDENTIFIER) (version 22.8.15.25.altinitystable (altinity build))
Best I can tell, this table has to do with regression adjustment, which we do use: https://github.com/growthbook/growthbook/blob/acd0a3400985c3cf99e0b4ff7247e7802c51edff/packages/back-end/src/integrations/SqlIntegration.ts#L1[…]241helpful-application-7107
06/27/2023, 4:34 PMuser_id
but some other name, right?late-teacher-86348
06/28/2023, 12:18 AM