﻿<?xml version="1.0" encoding="utf-8" ?>
<CLSSDbExtensionConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <!-- 一時フォルダ -->
    <WorkFolder>C:\LabSolutions\Work</WorkFolder>
    <!-- スクリプトパス -->
    <ScriptPath>C:\LabSolutions\System\DbExtend\VersionUp\Script</ScriptPath>
    <!-- スクリプト実行タイムアウト(分) -->
    <ScriptTimeOut>10</ScriptTimeOut>
    <!-- SQL区切り文字(一行) -->
    <SqlSeparator>SQL</SqlSeparator>
    <!-- SQL区切り文字(複数行) -->
    <SqlSeparatorBlock>SQL_BLOCK</SqlSeparatorBlock>
    
    <!-- 移行用スクリプトパス(ＤＢ拡張) -->
    <MigrationVerUpScriptPath>C:\LabSolutions\System\DbExtend\Migration\VersionUp\Script</MigrationVerUpScriptPath>
    <!-- 移行用スクリプトパス(拡張パック) -->
    <MigrationPatchScriptPath>C:\LabSolutions\System\DbExtend\Migration\Patch\Script</MigrationPatchScriptPath>
    
</CLSSDbExtensionConfiguration>