From 2a2dde6d6a48c9025bcc973ddc1d3d01f3956f21 Mon Sep 17 00:00:00 2001 From: Lars Dieckow Date: Tue, 14 May 2013 16:25:07 +0200 Subject: [PATCH] inflate datetime columns to objects --- bin/ngcp-dump-schema | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ngcp-dump-schema b/bin/ngcp-dump-schema index e8cfb4e1..a97755ae 100644 --- a/bin/ngcp-dump-schema +++ b/bin/ngcp-dump-schema @@ -68,6 +68,7 @@ for my $db (qw(accounting billing carrier kamailio ngcp provisioning sipstats)) my ($column) = @_; return $CLASS->can($column) ? "column_$column" : $column; }, + components => [qw(InflateColumn::DateTime)], quiet => 1, use_moose => 1, },