diff options
author | Duarte Duarte <dnpd.dd@gmail.com> | 2015-02-19 00:09:19 +0000 |
---|---|---|
committer | Duarte Duarte <dnpd.dd@gmail.com> | 2015-02-19 00:09:19 +0000 |
commit | fc847f48c803e707dc2022e920af8f056837d9ff (patch) | |
tree | e62f6fa0170d22793e6b8325d9b3925491a86e53 /contrib/merge_updates_windows.bat | |
parent | 809c125881f96487149b78407da0580a1f48f994 (diff) |
Contrib: Update merge_updates batch files with hotfixes db
Diffstat (limited to 'contrib/merge_updates_windows.bat')
-rw-r--r-- | contrib/merge_updates_windows.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/merge_updates_windows.bat b/contrib/merge_updates_windows.bat index c43d4adf907..f70bd1bcb5b 100644 --- a/contrib/merge_updates_windows.bat +++ b/contrib/merge_updates_windows.bat @@ -1 +1,2 @@ copy /a ..\sql\updates\world\*.sql /b world_updates.sql +copy /a ..\sql\updates\hotfixes\*.sql /b hotfixes_updates.sql |