@@ -1209,11 +1209,11 @@ sub _CoreAccessible {
12091209 ScripAction =>
12101210 {read => 1, write => 1, sql_type => 4, length => 11, is_blob => 0, is_numeric => 1, type => ' int(11)' , default => ' 0' },
12111211 CustomIsApplicableCode =>
1212- {read => 1, write => 1, sql_type => -4, length => 0, is_blob => 1, is_numeric => 0, type => ' text' , default => ' ' },
1212+ {read => 1, write => 1, sql_type => -4, length => 0, is_blob => 1, is_numeric => 0, type => ' text' , default => ' ' , lazy_load => 1 },
12131213 CustomPrepareCode =>
1214- {read => 1, write => 1, sql_type => -4, length => 0, is_blob => 1, is_numeric => 0, type => ' text' , default => ' ' },
1214+ {read => 1, write => 1, sql_type => -4, length => 0, is_blob => 1, is_numeric => 0, type => ' text' , default => ' ' , lazy_load => 1 },
12151215 CustomCommitCode =>
1216- {read => 1, write => 1, sql_type => -4, length => 0, is_blob => 1, is_numeric => 0, type => ' text' , default => ' ' },
1216+ {read => 1, write => 1, sql_type => -4, length => 0, is_blob => 1, is_numeric => 0, type => ' text' , default => ' ' , lazy_load => 1 },
12171217 Disabled =>
12181218 {read => 1, write => 1, sql_type => 5, length => 6, is_blob => 0, is_numeric => 1, type => ' smallint(6)' , default => ' 0' },
12191219 Template =>
0 commit comments