Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get rid of "Description:" in every column description? #1783

Open
Lelishe opened this issue Apr 17, 2024 · 1 comment
Open

How to get rid of "Description:" in every column description? #1783

Lelishe opened this issue Apr 17, 2024 · 1 comment

Comments

@Lelishe
Copy link

Lelishe commented Apr 17, 2024

Аfter upgrading to FluentMigrator 5.2.0 in every column description, generated via WithColumnDescription(..) there is a prefix "Description:". We don't use AdditionalColumnDescriptions.
Is it possible to disable this new feature somehow? Or use a feature flag? I'ts hardcoded in GenericDescriptionGenerator.GenerateDescriptionStatements:
string initialDescriptionStatement = GenerateColumnDescription( "Description", expression.SchemaName, expression.TableName, column.Name, "Description:" + column.ColumnDescription);

  • FluentMigrator 5.2.0
  • FluentMigrator runner : in-process
  • Postgresql 14
@martinib77
Copy link

The same is happening to. me. I think is a bug that was introduced with the commit b8dd18d.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants