Due to special handling of descriptions, `FIND ENTITY WITH description = ...` doesn't work.
Created by: Timm Fitschen
Currently, descriptions are stored inside the entities table which is not being considered by the applyPOV
procedure.
DoD
-
Refactor
entities
table and move descriptions totext_data
.
Optional
-
Remove
desc_overrides
table and store description overrides intext_data
.
Imported comments:
By Timm Fitschen on 2020-06-16T10:00:00.307Z
mentioned in merge request !13
By Timm Fitschen on 2020-06-16T09:58:12.403Z
changed the description
By Timm Fitschen on 2020-06-16T09:57:43.749Z
marked this issue as related to #20
By Timm Fitschen on 2020-06-16T09:57:33.139Z
changed the description
By Timm Fitschen on 2020-06-16T09:57:14.985Z
mentioned in issue #20