summaryrefslogtreecommitdiffstats
path: root/main/acf-weblog
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-03-18 19:14:57 +0000
committerTed Trask <ttrask01@yahoo.com>2010-03-18 19:15:31 +0000
commit7d6ed2637569f40bbd3f8f8f627bcc960df42753 (patch)
treecf288472ee8467eaff22270e752237fdabf2f0e7 /main/acf-weblog
parentcb0c20d57cec46314cd0cc41cd09c28147636850 (diff)
downloadaports-7d6ed2637569f40bbd3f8f8f627bcc960df42753.tar.bz2
aports-7d6ed2637569f40bbd3f8f8f627bcc960df42753.tar.xz
main/acf-weblog: Updated post-upgrade for 0.5.4
Diffstat (limited to 'main/acf-weblog')
-rw-r--r--main/acf-weblog/acf-weblog.post-upgrade14
1 files changed, 14 insertions, 0 deletions
diff --git a/main/acf-weblog/acf-weblog.post-upgrade b/main/acf-weblog/acf-weblog.post-upgrade
index aec1e22c..a15590cc 100644
--- a/main/acf-weblog/acf-weblog.post-upgrade
+++ b/main/acf-weblog/acf-weblog.post-upgrade
@@ -3,6 +3,20 @@
new=$1
old=$2
+# if current is not older than 0.5.4 we exit.
+if ! [ "$(apk version -t $old 0.5.4)" = "<" ]; then
+ exit 0
+fi
+
+psql -U postgres -c "ALTER TABLE weblog ALTER bytes TYPE bigint"\
+ webproxylog
+psql -U postgres -c "ALTER TABLE pubweblog ALTER bytes TYPE bigint"\
+ webproxylog
+psql -U postgres -c "ALTER TABLE blocklog ALTER bytes TYPE bigint"\
+ webproxylog
+psql -U postgres -c "ALTER TABLE pubblocklog ALTER bytes TYPE bigint"\
+ webproxylog
+
# if current is not older than 0.4.5 we exit.
if ! [ "$(apk version -t $old 0.4.5)" = "<" ]; then
exit 0