From efa2db3e4400231c611b4616e0f563a120a4b4bd Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Thu, 22 Aug 2019 12:25:48 +0200 Subject: [PATCH] TT#64653 Add thumbnail support to device models Change-Id: Ic431d65851b4036a81d4c22546579976ee14b31f --- lib/NGCP/Schema/Result/autoprov_devices.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/NGCP/Schema/Result/autoprov_devices.pm b/lib/NGCP/Schema/Result/autoprov_devices.pm index 1bc6b6df..4af09c1e 100644 --- a/lib/NGCP/Schema/Result/autoprov_devices.pm +++ b/lib/NGCP/Schema/Result/autoprov_devices.pm @@ -41,6 +41,10 @@ __PACKAGE__->add_columns( { data_type => "mediumblob", is_nullable => 1 }, "mac_image_type", { data_type => "varchar", is_nullable => 0, size => 32 }, + "front_thumbnail", + { data_type => "mediumblob", is_nullable => 1 }, + "front_thumbnail_type", + { data_type => "varchar", is_nullable => 1, size => 32 }, "bootstrap_method", { data_type => "enum",