Skip to content

AutoMigrator does not consider scanonly fields #1295

@injeniero

Description

@injeniero

I have a schema that is using "generated column" in Postgres. I want to have those columns scanned so I'm defining them with "scanonly" tag. AutoMigrator does not see them, and consider the table schema should be modified by removing the scanonly fields.

AutoMigrator should consider scanonly fields for the diff and do not drop them.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions