Updating ID to use ro rather than re for rows.

This commit is contained in:
mike12345567 2020-10-09 19:16:33 +01:00
parent d90c1e3dd3
commit ed778d15e2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ const SEPARATOR = "_"
const DocumentTypes = {
TABLE: "ta",
ROW: "re",
ROW: "ro",
USER: "us",
AUTOMATION: "au",
LINK: "li",