From cb7c6b58a354c9f5d7eedaa4b021cebd0757680c Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 8 Jan 2014 14:51:59 -0500 Subject: [PATCH] fix pub date data type in reporter.classic_item_list As noticed by Ben Shum in IRC, reporter.classic_item_list had pub_date, a free text field, classified as "int". This changes that to "text" to prevent errors. Signed-off-by: Chris Sharp Signed-off-by: Ben Shum --- Open-ILS/examples/fm_IDL.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 66f365d9a6..8ee43d3fae 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -10588,7 +10588,7 @@ SELECT usr, - + -- 2.11.0