diff options
author | dakkar <dakkar@thenautilus.net> | 2018-06-29 15:43:46 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2018-06-29 15:43:49 +0100 |
commit | 4b6e0dcca36bd2fa7e4e0f32687396f6884ea798 (patch) | |
tree | 2096eb8dab36c511cb640d76f84734d45ab52d40 /lib/Dakkar | |
parent | print HTTP conversation on errors (diff) | |
download | tweet-archive-4b6e0dcca36bd2fa7e4e0f32687396f6884ea798.tar.gz tweet-archive-4b6e0dcca36bd2fa7e4e0f32687396f6884ea798.tar.bz2 tweet-archive-4b6e0dcca36bd2fa7e4e0f32687396f6884ea798.zip |
oops
Diffstat (limited to 'lib/Dakkar')
-rw-r--r-- | lib/Dakkar/TweetArchive/Store.pm | 1 |
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 |