Skip to content

Commit

Permalink
Removed initiator list from host
Browse files Browse the repository at this point in the history
  • Loading branch information
sushanthakumar committed Jun 19, 2021
1 parent 4287ba7 commit cdf299b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion delfin/db/sqlalchemy/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ class StorageHost(BASE, DelfinBase):
name = Column(String(255))
description = Column(String(255))
os_type = Column(String(255))
storage_host_initiators = Column(Text)
ip_address = Column(String(255))
status = Column(String(255))
native_storage_host_id = Column(String(255))
Expand Down

0 comments on commit cdf299b

Please sign in to comment.