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, in order to facilitate cross-schema code, all enumerations in every schema are generated in every schema file.
this works because they're only type synonyms, but it isn't an ideal solution: we should export only the foreign enumerations that are actually used.
The text was updated successfully, but these errors were encountered:
currently, in order to facilitate cross-schema code, all enumerations in every schema are generated in every schema file.
this works because they're only type synonyms, but it isn't an ideal solution: we should export only the foreign enumerations that are actually used.
The text was updated successfully, but these errors were encountered: