This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Simplification of the taxonomy_
tables
#346
Comments
kulla
added a commit
that referenced
this issue
Jun 9, 2024
kulla
added a commit
to serlo/serlo-mysql-database
that referenced
this issue
Jun 9, 2024
kulla
added a commit
to serlo/serlo-mysql-database
that referenced
this issue
Jun 9, 2024
kulla
added a commit
to serlo/api.serlo.org
that referenced
this issue
Jun 9, 2024
kulla
added a commit
to serlo/frontend
that referenced
this issue
Jun 12, 2024
After serlo/db-migrations#346 there is no taxonomy table / taxonomy ID for a taxonomy term => Thus I would delete the quest of it in the query so that I can delete this field in the API in serlo/api.serlo.org#1561
kulla
added a commit
to serlo/frontend
that referenced
this issue
Jun 12, 2024
After serlo/db-migrations#346 there is no taxonomy table / taxonomy ID for a taxonomy term => Thus I would delete the quest of it in the query so that I can delete this field in the API in serlo/api.serlo.org#1561
kulla
added a commit
to serlo/frontend
that referenced
this issue
Jun 12, 2024
After serlo/db-migrations#346 there is no taxonomy table / taxonomy ID for a taxonomy term => Thus I would delete the quest of it in the query so that I can delete this field in the API in serlo/api.serlo.org#1561
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following simplifications can be done easily:
taxonomy
can be merged intoterm_taxomony
(taxonomy
is only a reference to atype_id
).term_taxonomy
can be renamed totaxonomy_term
ortaxonomy
term
can be merged intoterm_taxonomy
(term
only stores the name)The text was updated successfully, but these errors were encountered: