Hello,
I'd like to use ERC721PresetMinterAutoId, i made my smart contract and everything is perfect.
However if i need to update my smart contract in the future, i need to make it upgradeable ( tell me if i'm wrong ).
I didn't find any examples to make ERC721PresetMinterAutoId Upgradeable because i use a constructor inside it.