decentraland / builder-server

Builder app backend
20 stars 17 forks source link

fix: Use JSON instead of JSONB #759

Closed LautaroPetaccio closed 3 months ago

LautaroPetaccio commented 3 months ago

This PR adds a new migration to use JSON instead of JSONB. JSON stores the data as is sent to the database, preserving its order, which is important for the hashing algorithm

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 9913666765

Details


Totals Coverage Status
Change from base Build 9910358825: 0.0%
Covered Lines: 3117
Relevant Lines: 4214

💛 - Coveralls