Skip to content

Commit

Permalink
🎨 No longer populate storage_id in instance table during init (#856)
Browse files Browse the repository at this point in the history
🎨 No longer populate storage_id column in instance table in hub
  • Loading branch information
falexwolf committed Sep 17, 2024
1 parent 4e61fb2 commit 5f2449a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lamindb_setup/core/_hub_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ def _init_instance(isettings: InstanceSettings, client: Client) -> None:
"id": isettings._id.hex,
"account_id": settings.user._uuid.hex, # type: ignore
"name": isettings.name,
"storage_id": isettings.storage._uuid.hex, # type: ignore
"lnid": isettings.uid,
"schema_str": isettings._schema_str,
"lamindb_version": lamindb_version,
Expand Down

0 comments on commit 5f2449a

Please sign in to comment.