Skip to content

Commit

Permalink
Fixed a type in the workspace table creation and migration
Browse files Browse the repository at this point in the history
  • Loading branch information
cohansen committed Aug 26, 2024
1 parent ba57418 commit 9208478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ comment on column sequencing.workspace.created_at is e''
comment on column sequencing.workspace.updated_at is e''
'Time the workspace was last updated.';
comment on column sequencing.workspace.updated_by is e''
'THe user who last updated the workspace.';
'The user who last updated the workspace.';

create trigger set_timestamp
before update on sequencing.workspace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ comment on column sequencing.workspace.created_at is e''
comment on column sequencing.workspace.updated_at is e''
'Time the workspace was last updated.';
comment on column sequencing.workspace.updated_by is e''
'THe user who last updated the workspace.';
'The user who last updated the workspace.';

create trigger set_timestamp
before update on sequencing.workspace
Expand Down

0 comments on commit 9208478

Please sign in to comment.