From 7e010a9c45edac39ee4496239ec2bb45f1a94390 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 13 Jan 2022 18:55:21 -0800 Subject: [PATCH] Queue XML/DAO - Regen for v5.47 --- CRM/Queue/DAO/Queue.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CRM/Queue/DAO/Queue.php b/CRM/Queue/DAO/Queue.php index 6f7c837561..5801c12b39 100644 --- a/CRM/Queue/DAO/Queue.php +++ b/CRM/Queue/DAO/Queue.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Queue/Queue.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:ec5b98b42d0f520ece1ed4b988e56f8a) + * (GenCodeChecksum:a8717c39ea8ac6a7050400f33e42d64f) */ /** @@ -14,7 +14,7 @@ */ class CRM_Queue_DAO_Queue extends CRM_Core_DAO { const EXT = 'civicrm'; - const TABLE_ADDED = '5.46'; + const TABLE_ADDED = '5.47'; /** * Static instance to hold the table name. @@ -96,7 +96,7 @@ class CRM_Queue_DAO_Queue extends CRM_Core_DAO { 'type' => 'Number', ], 'readonly' => TRUE, - 'add' => '5.46', + 'add' => '5.47', ], 'name' => [ 'name' => 'name', @@ -114,7 +114,7 @@ class CRM_Queue_DAO_Queue extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], - 'add' => '5.46', + 'add' => '5.47', ], 'type' => [ 'name' => 'type', @@ -132,7 +132,7 @@ class CRM_Queue_DAO_Queue extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], - 'add' => '5.46', + 'add' => '5.47', ], 'is_autorun' => [ 'name' => 'is_autorun', -- 2.25.1