diff --git a/liquibase/OE4.2/Schema.xml b/liquibase/OE4.2/Schema.xml
index 4260ff51..5e7d7915 100644
--- a/liquibase/OE4.2/Schema.xml
+++ b/liquibase/OE4.2/Schema.xml
@@ -103,4 +103,10 @@
+
+ Converts result_signature non_user_name to type text to allow for longer entreis
+
+ alter table clinlims.result_signature alter column non_user_name type text;
+
+