Framework
hasSchemaChanged()
Function: hasSchemaChanged()
function hasSchemaChanged(storedChecksum, currentChecksum): booleanCheck if a schema has any changes from stored metadata.
Quick check without full analysis.
Parameters
| Parameter | Type | Description |
|---|---|---|
storedChecksum | string | Previously stored checksum |
currentChecksum | string | Current schema checksum |
Returns
boolean
True if checksums differ
