You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently tables referencing any entry from the _template tables use a wide variety of different ID variants to sort / show the referenced ID.
Thus we are discussing a few options to streamline the ID usage. The currently favored solution is to reference all entries from _template tables by using e.g.
(`?_template`.`entry` * 1000) +n
where n would be increased for each use.
The text was updated successfully, but these errors were encountered:
Currently tables referencing any entry from the
_template
tables use a wide variety of different ID variants to sort / show the referenced ID.Thus we are discussing a few options to streamline the ID usage. The currently favored solution is to reference all entries from
_template
tables by using e.g.where
n
would be increased for each use.The text was updated successfully, but these errors were encountered: