diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-08 15:41:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-10 18:46:47 +0200 |
commit | 7d1e16930e37c4109f439f5ebe1e789b9619a57e (patch) | |
tree | e5bf50afbb965b153a6ec1212b2f38cd524aaeb6 /evolution/tester | |
parent | f57a6e7a73e425c2301e62b49c728c12ee801bcc (diff) |
First use drop statements corresponding to latest model
Otherwise we may be dropping an object table that still has container
tables referencing it.
Diffstat (limited to 'evolution/tester')
-rwxr-xr-x | evolution/tester | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evolution/tester b/evolution/tester index 5ccb839..3f9e7e8 100755 --- a/evolution/tester +++ b/evolution/tester @@ -14,8 +14,8 @@ if test -f test1.sql; then # # Drop everything. - $top_builddir/db-driver test1.sql || exit 1 $top_builddir/db-driver test2.sql || exit 1 + $top_builddir/db-driver test1.sql || exit 1 # Base schema (-post is always empty). $top_builddir/db-driver test2-002-pre.sql || exit 1 |