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
Rename audit columns in INSERT and UPDATE queries to match database conventions:
INSERT queries (query.insert(), query.upsert()) now write consumer.id into creatorid and consumer.nickname into name instead of "consumerId" / "consumerName"
UPDATE queries (query.update(), query.archive()) now write consumer.id into updaterid and consumer.nickname into name instead of "consumerId" / "consumerName"