Document fix from 9277731c

This commit is contained in:
eelke 2022-09-08 09:49:17 +02:00
parent 92f924f738
commit 0911d2471e

View file

@ -12,4 +12,7 @@ issues:
- | - |
When all columns are GENERATED ALWAYS you cannot add a new row from a CRUD tab When all columns are GENERATED ALWAYS you cannot add a new row from a CRUD tab
thought technically it is possible to INSERT a row by using DEFAULT. thought technically it is possible to INSERT a row by using DEFAULT.
fixes:
- |
Corrected the numbering column it should start with 1. This caused the delete
message from crud to be one of in it's lising of rows about to be deleted.