PizziPayment / PizziAPIDB

API's BDD
0 stars 0 forks source link

Sequelize transaction with (postgres) enum doesn't work. #13

Closed Krapaince closed 2 years ago

Krapaince commented 2 years ago

@Harmos274, the implementation of the transaction table with enums make the sequelize migration fails.

Step to reproduce:

See those issues 2577 & 7469 from Sequelize.

How can do we solve this?

Harmos274 commented 2 years ago

C'est en effet super chiant tu peux tester si t'arrives à appliquer la solution qui est expliqué dans les issues?

Krapaince commented 2 years ago

16 fixes the issue.

I think I need to implement a pipeline function though.