Reported on Discord: https://discord.com/channels/823971286308356157/823971286941302908/1275585489172435048 ```yaml databases: my-db: permissions: insert-row: id: [root, admin] allow: id: [root, admin] tables: my-table: permissions: insert-row: true ``` This should allow _anyone_ to insert into `my-table`, but it doesn't. I think this is a bug.