Hello there, I’m trying to make a deploy in a tota...
# orm-help
j
Hello there, I’m trying to make a deploy in a totally empty rds database. Deploy works in docker, with similar configuration. But when targeting the RDS instance, prisma deploy yields errors such as :
Copy code
Project
    ✖ Could not find the table for the model `Project` in the database.
    ✖ Could not find the column for the inline relation field `favoriteThumbPreset` in the database.

  Cue
    ✖ The underlying column for the field `validation` has an incompatible type. The field has type `Enum` and the column has type `String`.
which does not make sense since the database is empty, and I triple check the endpoint, and prisma info lists the correct endpoint. Any idea ?