renderEventLaneMigration
renderEventLaneMigration(
registry):string
Defined in: packages/server/src/events/ddl.ts:76
The full migration body: the DDL plus its fingerprint as a SQL comment. The comment is what
pgxsinkit-generate --events --check scans committed migrations for — the same pre-deploy drift detection
the apply-function artifact gets, minus the in-database stamp (there is no function here to comment on).
Parameters
Section titled “Parameters”registry
Section titled “registry”SyncTableRegistry
Returns
Section titled “Returns”string