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

Fix topic index issue #7296

Closed
wants to merge 1 commit into from
Closed

Commits on Aug 13, 2024

  1. Fix topic index issue

    Fixes nopSolutions#7294
    
    Update `TopicTemplateBuilder.cs`, `Indexes.cs`, and `SchemaMigration.cs` to add an index on `Topic.SystemName` by changing its type to `nvarchar(400)`.
    
    * **TopicTemplateBuilder.cs**
      - Add `SystemName` column definition with `nvarchar(400)` in `MapEntity` method.
    
    * **Indexes.cs**
      - Add index creation for `Topic.SystemName` in `Up` method.
    
    * **SchemaMigration.cs**
      - Alter `SystemName` column to `nvarchar(400)` in `Up` method.
    nirzaf committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b18208c View commit details
    Browse the repository at this point in the history