From 844eadb8266b91dd6d445db99ac19ff05275c2a7 Mon Sep 17 00:00:00 2001 From: Amogh-Bharadwaj Date: Fri, 17 May 2024 03:08:20 +0530 Subject: [PATCH 1/2] change rows_synced to bigint --- nexus/catalog/migrations/V26__qrep_parts_bigint_rows_synced.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nexus/catalog/migrations/V26__qrep_parts_bigint_rows_synced.sql diff --git a/nexus/catalog/migrations/V26__qrep_parts_bigint_rows_synced.sql b/nexus/catalog/migrations/V26__qrep_parts_bigint_rows_synced.sql new file mode 100644 index 0000000000..f3753839d0 --- /dev/null +++ b/nexus/catalog/migrations/V26__qrep_parts_bigint_rows_synced.sql @@ -0,0 +1,2 @@ +ALTER TABLE peerdb_stats.qrep_partitions +ALTER COLUMN rows_synced TYPE bigint; \ No newline at end of file From ec2715f2e5ca85692082eee5df5b6152c7430c67 Mon Sep 17 00:00:00 2001 From: Amogh-Bharadwaj Date: Fri, 17 May 2024 03:09:46 +0530 Subject: [PATCH 2/2] add new line --- nexus/catalog/migrations/V26__qrep_parts_bigint_rows_synced.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nexus/catalog/migrations/V26__qrep_parts_bigint_rows_synced.sql b/nexus/catalog/migrations/V26__qrep_parts_bigint_rows_synced.sql index f3753839d0..aa132ceb04 100644 --- a/nexus/catalog/migrations/V26__qrep_parts_bigint_rows_synced.sql +++ b/nexus/catalog/migrations/V26__qrep_parts_bigint_rows_synced.sql @@ -1,2 +1,2 @@ ALTER TABLE peerdb_stats.qrep_partitions -ALTER COLUMN rows_synced TYPE bigint; \ No newline at end of file +ALTER COLUMN rows_synced TYPE bigint;