From 4f55292cdb2b5a7d890fbb40c877c1a7c3922587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Negr=C3=B3n?= Date: Thu, 2 Jan 2025 09:42:25 -0400 Subject: [PATCH] [PDE-5644] cli(fix): Include "version" column when fetching history logs (#941) --- packages/cli/src/oclif/commands/history.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cli/src/oclif/commands/history.js b/packages/cli/src/oclif/commands/history.js index acca51185..b1ddd4324 100644 --- a/packages/cli/src/oclif/commands/history.js +++ b/packages/cli/src/oclif/commands/history.js @@ -15,6 +15,7 @@ class HistoryCommand extends BaseCommand { ['What', 'action'], ['Message', 'message'], ['Who', 'customuser'], + ['Version', 'version'], ['Timestamp', 'date'], ], emptyMessage: 'No historical actions found',