Persisted pushtag directive (table beancount_push_tags).
Storage-layer counterpart of Beancount.Directives.PushTag. This directive
has no date; its position (file_order) determines the tag's scope.
Fields
tag- tag name without the leading#, e.g."trip-athens".file_order- zero-based position of the directive in the source.
Example
%Beancount.Schemas.PushTag{tag: "trip-athens", file_order: 3}