From 844eadb8266b91dd6d445db99ac19ff05275c2a7 Mon Sep 17 00:00:00 2001 From: Amogh-Bharadwaj Date: Fri, 17 May 2024 03:08:20 +0530 Subject: [PATCH] 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