decentraland / builder-server

Builder app backend
20 stars 17 forks source link

Stop accepting the id field for Collections on Collections creation #552

Open cyaiox opened 2 years ago

cyaiox commented 2 years ago

🎉 Description

Check the Collection router and stop accepting the id field from the front on the Collection creation. Instead, let the DB handle the id default creation using the gen_random_uuid() method.

Related: decentraland/builder-server#320