table name changed from PROBE_INFRAHOST to PROBE_HOST
This commit is contained in:
parent
ffa0c4f291
commit
bd3e1676ed
|
@ -4,7 +4,6 @@ import com.loafle.overflow.model.domain.Domain;
|
||||||
import com.loafle.overflow.model.member.Member;
|
import com.loafle.overflow.model.member.Member;
|
||||||
import com.loafle.overflow.model.meta.MetaProbeStatus;
|
import com.loafle.overflow.model.meta.MetaProbeStatus;
|
||||||
|
|
||||||
import org.hibernate.annotations.ColumnDefault;
|
|
||||||
|
|
||||||
import javax.persistence.*;
|
import javax.persistence.*;
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
|
@ -9,7 +9,7 @@ import javax.persistence.*;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@Entity
|
@Entity
|
||||||
@Table(name = "PROBE_INFRAHOST", schema = "public")
|
@Table(name = "PROBE_HOST", schema = "public")
|
||||||
public class ProbeHost {
|
public class ProbeHost {
|
||||||
|
|
||||||
private long id;
|
private long id;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user