Closed jonathonherbert closed 1 year ago
Changes the googleSheetId to externalId, and makes it compulsory, with externalIds generated when new rules are created.
googleSheetId
externalId
Old rules have non-uuidv4 IDs, and we'd like to keep old IDs for telemetry continuity, so we can't use native DB UUID() types.
What does this change?
Changes the
googleSheetId
toexternalId
, and makes it compulsory, with externalIds generated when new rules are created.Old rules have non-uuidv4 IDs, and we'd like to keep old IDs for telemetry continuity, so we can't use native DB UUID() types.
How to test
externalId
?