aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-12-05 14:09:28 +0100
committerChristopher Baines <mail@cbaines.net>2019-12-12 20:07:22 +0000
commit5168b38c2a50e39e74c04b616ff6f962363130c0 (patch)
tree3dd8dec56dae27e0e8090ddad68d3678eb5d1720 /sqitch/verify
parentd2405f6c77bd0b19b913d7d8c76c6cdc3e347e82 (diff)
downloaddata-service-5168b38c2a50e39e74c04b616ff6f962363130c0.tar
data-service-5168b38c2a50e39e74c04b616ff6f962363130c0.tar.gz
Change nars size to bigint
As some nars can be bigger than the maximum size of an int.
Diffstat (limited to 'sqitch/verify')
-rw-r--r--sqitch/verify/change_nars_size_to_bigint.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/verify/change_nars_size_to_bigint.sql b/sqitch/verify/change_nars_size_to_bigint.sql
new file mode 100644
index 0000000..fa199b4
--- /dev/null
+++ b/sqitch/verify/change_nars_size_to_bigint.sql
@@ -0,0 +1,7 @@
+-- Verify guix-data-service:change_nars_size_to_bigint on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;