SQLITE_NOTICE(283): recovered 5 frames from WAL file /data/mtt.fossil-wal
function model = mttDeleteField(structure,field_name) if isfield(structure,field_name) model = rmfield(structure,field_name) ; else model = structure ; end
SQLITE_NOTICE(283): recovered 5 frames from WAL file /data/mtt.fossil-wal
function model = mttDeleteField(structure,field_name) if isfield(structure,field_name) model = rmfield(structure,field_name) ; else model = structure ; end