panel
panel copied to clipboard
Change api_keys.allowed_ips from nullable text to non nullable text
This is a json array column.
- [ ] As part of the up migration, change pre-existing nulls to '[]'
- [ ] Default the value to '[]' in the model
- [ ] Logic already exists that simply checks
emptyfor the column, make sure there isn't anything else