Skip to content

Commit

Permalink
fix: correct workspace_id column type on allocation_workspace_info (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
corban-beaird authored Jun 26, 2024
1 parent fa1c1e1 commit c40b861
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CREATE TABLE IF NOT EXISTS allocation_workspace_info (
allocation_id TEXT PRIMARY KEY,
workspace_id SERIAL,
workspace_id integer,
workspace_name text,
experiment_id INT
);
Expand Down

0 comments on commit c40b861

Please sign in to comment.