summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2018-06-29 15:43:46 +0100
committerdakkar <dakkar@thenautilus.net>2018-06-29 15:43:49 +0100
commit4b6e0dcca36bd2fa7e4e0f32687396f6884ea798 (patch)
tree2096eb8dab36c511cb640d76f84734d45ab52d40
parentprint HTTP conversation on errors (diff)
downloadtweet-archive-4b6e0dcca36bd2fa7e4e0f32687396f6884ea798.tar.gz
tweet-archive-4b6e0dcca36bd2fa7e4e0f32687396f6884ea798.tar.bz2
tweet-archive-4b6e0dcca36bd2fa7e4e0f32687396f6884ea798.zip
oops
-rw-r--r--lib/Dakkar/TweetArchive/Store.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Dakkar/TweetArchive/Store.pm b/lib/Dakkar/TweetArchive/Store.pm
index 8470823..b6ce585 100644
--- a/lib/Dakkar/TweetArchive/Store.pm
+++ b/lib/Dakkar/TweetArchive/Store.pm
@@ -253,6 +253,7 @@ SQL
}
sub _schema_deploy_4($self) {
+ my $dbh = $self->dbh;
# let's get some sensible ordering when saying "order by id"
$dbh->do(<<'SQL');
ALTER TABLE tweets ALTER COLUMN id SET DATA TYPE bigint USING id::bigint