Skip to content
DocsReference
DocsReferenceGitHub

Search Ridu documentation

tab controls

Loading search…

Search will be ready in a moment.

No matching results

Try a different term or search every section.

Loading search.

Preparing index…View all results →↑↓ move↵ openesc close
Get started
Modules/postgres
TFieldRename

Go packages

riducorefieldqueryschemastorestoragemigrationmigration/payloadprotocol (Go)plugintestconformance

Official adapters

postgressqlitemongodbstorage/localstorage/s3

Official plugins

graphqlmcprichtextseoformbuilder@riducms/plugin-richtext@riducms/plugin-seo@riducms/plugin-form-builder

TypeScript packages

@riducms/sdk@riducms/protocol@riducms/plugin@riducms/build@riducms/ui@riducms/admin@riducms/translations@riducms/cli/run

Tooling

ridu CLI
Allpostgresriducorefieldqueryschemastorestoragemigrationmigration/payloadprotocol (Go)plugintestsqlitemongodbgraphqlmcprichtextseoformbuilderstorage/localstorage/s3conformance@riducms/sdk@riducms/protocol@riducms/plugin@riducms/build@riducms/ui@riducms/plugin-richtext@riducms/plugin-seo@riducms/plugin-form-builder@riducms/admin@riducms/translations@riducms/cli/runridu CLI
All 85Store.ReadyPoolConfigStoreStatementFieldRenameStore.CloseStore.Ping

type

FieldRename

type FieldRename struct { // Before is the field embedded in the previous migration artifact. Before schema.Field // After is its confirmed match in current executable config. After schema.Field }

One migration-time field identity match confirmed by the application author.

Source adapters/postgres/migrate.go:38

Before:schema.Field
The field embedded in the previous migration artifact.
After:schema.Field
Its confirmed match in current executable config.