Skip to content

fix(server): remove published version from dashboard

Giannis Kopanas requested to merge remove-file-version-book-manager-list into develop

Targets #1472 (closed)

Changes that took place:

  • Removed from graphql query the publishedVersion.
  • Removed the actual queries from the resolvers
  • Cleaned the UI from the file published Version and left only the published Date of the Chapter.
  • Added two indexes as migrations for some queires that did a full scan of the table.
Edited by Dione Mentis

Merge request reports