--- a/src/monitor/expected/upgrade.out
+++ b/src/monitor/expected/upgrade.out
@@ -2,34 +2,34 @@
 -- Licensed under the PostgreSQL License.
 CREATE EXTENSION pgautofailover VERSION '1.0';
 \dx pgautofailover
-             List of installed extensions
-      Name      | Version | Schema |   Description    
-----------------+---------+--------+------------------
- pgautofailover | 1.0     | public | pg_auto_failover
+                      List of installed extensions
+      Name      | Version | Default version | Schema |   Description    
+----------------+---------+-----------------+--------+------------------
+ pgautofailover | 1.0     | 2.2             | public | pg_auto_failover
 (1 row)
 
 ALTER EXTENSION pgautofailover UPDATE TO '1.1';
 \dx pgautofailover
-             List of installed extensions
-      Name      | Version | Schema |   Description    
-----------------+---------+--------+------------------
- pgautofailover | 1.1     | public | pg_auto_failover
+                      List of installed extensions
+      Name      | Version | Default version | Schema |   Description    
+----------------+---------+-----------------+--------+------------------
+ pgautofailover | 1.1     | 2.2             | public | pg_auto_failover
 (1 row)
 
 ALTER EXTENSION pgautofailover UPDATE TO '1.2';
 \dx pgautofailover
-             List of installed extensions
-      Name      | Version | Schema |   Description    
-----------------+---------+--------+------------------
- pgautofailover | 1.2     | public | pg_auto_failover
+                      List of installed extensions
+      Name      | Version | Default version | Schema |   Description    
+----------------+---------+-----------------+--------+------------------
+ pgautofailover | 1.2     | 2.2             | public | pg_auto_failover
 (1 row)
 
 ALTER EXTENSION pgautofailover UPDATE TO '1.3';
 \dx pgautofailover
-             List of installed extensions
-      Name      | Version | Schema |   Description    
-----------------+---------+--------+------------------
- pgautofailover | 1.3     | public | pg_auto_failover
+                      List of installed extensions
+      Name      | Version | Default version | Schema |   Description    
+----------------+---------+-----------------+--------+------------------
+ pgautofailover | 1.3     | 2.2             | public | pg_auto_failover
 (1 row)
 
 DROP EXTENSION pgautofailover;
--- /dev/null
+++ b/src/monitor/expected/upgrade_0.out
@@ -0,0 +1,35 @@
+-- Copyright (c) Microsoft Corporation. All rights reserved.
+-- Licensed under the PostgreSQL License.
+CREATE EXTENSION pgautofailover VERSION '1.0';
+\dx pgautofailover
+             List of installed extensions
+      Name      | Version | Schema |   Description    
+----------------+---------+--------+------------------
+ pgautofailover | 1.0     | public | pg_auto_failover
+(1 row)
+
+ALTER EXTENSION pgautofailover UPDATE TO '1.1';
+\dx pgautofailover
+             List of installed extensions
+      Name      | Version | Schema |   Description    
+----------------+---------+--------+------------------
+ pgautofailover | 1.1     | public | pg_auto_failover
+(1 row)
+
+ALTER EXTENSION pgautofailover UPDATE TO '1.2';
+\dx pgautofailover
+             List of installed extensions
+      Name      | Version | Schema |   Description    
+----------------+---------+--------+------------------
+ pgautofailover | 1.2     | public | pg_auto_failover
+(1 row)
+
+ALTER EXTENSION pgautofailover UPDATE TO '1.3';
+\dx pgautofailover
+             List of installed extensions
+      Name      | Version | Schema |   Description    
+----------------+---------+--------+------------------
+ pgautofailover | 1.3     | public | pg_auto_failover
+(1 row)
+
+DROP EXTENSION pgautofailover;
