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
I suggest adding two datetime fields to the Publication model: created_at and updated_at. These fields should not be populated via API values but only on the application side.
They can be quite useful for filtering the publications table.
I suggest adding two datetime fields to the Publication model: created_at and updated_at. These fields should not be populated via API values but only on the application side.
They can be quite useful for filtering the publications table.
lcp-server/pkg/stor/publication.go
Lines 15 to 24 in a746270
The text was updated successfully, but these errors were encountered: