diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-03 11:22:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-10 18:46:46 +0200 |
commit | 516523183fad016a26c7400d784eb9c0343b7964 (patch) | |
tree | b2e5df0194c28df2b9bcaf822f6f06b92a267118 /test.bat | |
parent | e7f6315882ef16939f99dd757eaf800b9f12e92b (diff) |
Generate add/drop table migration statements
Diffstat (limited to 'test.bat')
-rw-r--r-- | test.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ goto :eof :start -for %%d in (common %1 boost\common boost\%1 qt\common qt\%1) do ( +for %%d in (common evolution %1 boost\common boost\%1 qt\common qt\%1) do ( call :run_test %%d %1 ) |