[#5278] Bad type hierarchy

This commit is contained in:
lukaseder 2016-05-27 19:16:36 +02:00
parent bf80577c4c
commit d6decd77e3
2 changed files with 53 additions and 1 deletions

View File

@ -48,7 +48,7 @@ import static org.jooq.SQLDialect.POSTGRES;
*
* @author Lukas Eder
*/
public interface AlterSchemaStep extends AlterSchemaFinalStep {
public interface AlterSchemaStep {
/**
* Add a <code>RENAME TO</code> clause to the <code>ALTER SCHEMA</code>

View File

@ -2302,6 +2302,58 @@ package org.jooq.impl;