HHH-5538 - Postgres: fix dialect to work in databases with mutiple schema and search_path set

Move test to a more appropriate package
This commit is contained in:
Vlad Mihalcea 2017-06-27 11:13:31 +03:00
parent 9159b8efd5
commit 7728d23c9f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.test.schemaupdate.foreignkeys;
package org.hibernate.test.schemaupdate;
import java.io.File;
import java.io.IOException;