<?xml version="1.0" encoding="utf-8" ?>
<CLSSDataBaseScript xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SystemDb>
<Scripts>
<string>USE ShimadzuAttestServer</string>
<string>
insert into tEmailMessage (fKind,fMessage) values (1,N'PC was locked.');
</string>
<string>
insert into tEmailMessage (fKind,fMessage) values (2,N'User was locked.');
</string>
<string>
insert into tEmailDetail (fSMTP,fPort,fSubjects,fFrom) values (null, 25, null, null);
</string>
</Scripts>
</SystemDb>
<ProjectDb>
</ProjectDb>
<DefaultProjectDb>
</DefaultProjectDb>
<LogDb>
</LogDb>
<ProfileDb>
</ProfileDb>
</CLSSDataBaseScript>
