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

API: Updates /categories api to list categories only and removes tags #264

Merged
merged 2 commits into from
Jun 23, 2021

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    f03e79a View commit details
    Browse the repository at this point in the history
  2. Removes the association between Category and Tag table

    This commit includes following changes
    
    - Modifies category and tag table
    - Add Migration for tag table to drop category_id column
      and delete the category-tag constraints
    - Modifies category parsing logic
    
    Signed-off-by: Shiv Verma <[email protected]>
    pratap0007 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    95e2e2c View commit details
    Browse the repository at this point in the history