mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Array custom fields use separate rows for each value, but whenever we update an array, we have always destroy the existing rows and create new ones. Therefore, there's no benefit over using the json type.