Skip to content

Commit

Permalink
HSEARCH-4295 Change some property types for outbox event
Browse files Browse the repository at this point in the history
  • Loading branch information
fax4ever authored and yrodiere committed Nov 2, 2021
1 parent 1200922 commit f5bcaff
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -50,10 +50,10 @@ public class DatabasePollingOutboxEventAdditionalJaxbMappingProducer
" <param name=\"increment_size\">1</param>\n" +
" </generator>\n" +
" </id>\n" +
" <property name=\"entityName\" type=\"string\" />\n" +
" <property name=\"entityId\" type=\"string\" />\n" +
" <property name=\"entityName\" type=\"string\" length=\"256\" />\n" +
" <property name=\"entityId\" type=\"string\" length=\"256\" />\n" +
" <property name=\"entityIdHash\" type=\"integer\" index=\"entityIdHash\" />\n" +
" <property name=\"payload\" type=\"binary\" length=\"8192\" />\n" +
" <property name=\"payload\" type=\"materialized_blob\" />\n" +
" <property name=\"retries\" type=\"integer\" />\n" +
" </class>\n" +
"</hibernate-mapping>\n";
Expand Down

0 comments on commit f5bcaff

Please sign in to comment.