Skip to content

Commit 007ddfd

Browse files
docs(triggers): drop rowNumber from table trigger outputs
rowNumber was removed from the table trigger payload; remove it from the documented output fields to match.
1 parent 3f01bd4 commit 007ddfd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/docs/content/docs/en/triggers/table.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Triggers when rows are inserted or updated in a table
3838
| `changedColumns` | json | List of column names that changed \(empty for inserts\) |
3939
| `rowId` | string | The unique row ID |
4040
| `headers` | json | Column names from the table schema |
41-
| `rowNumber` | number | The position of the row in the table |
4241
| `tableId` | string | The table ID |
4342
| `tableName` | string | The table name |
4443
| `timestamp` | string | Event timestamp in ISO format |

0 commit comments

Comments
 (0)