Skip to content

Commit

Permalink
chore: correct allocation_workspace_information definition to allow…
Browse files Browse the repository at this point in the history
… for lost entries due to experiment deletion
  • Loading branch information
corban-beaird committed Jun 20, 2024
1 parent 8c72da4 commit db12cce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CREATE TABLE IF NOT EXISTS allocation_workspace_info (
allocation_id TEXT PRIMARY KEY REFERENCES allocations (allocation_id),
workspace_id SERIAL NOT NULL,
workspace_name text NOT NULL,
workspace_id SERIAL,
workspace_name text,
experiment_id INT
);

Expand Down

0 comments on commit db12cce

Please sign in to comment.