Skip to content

Commit

Permalink
Add status field and timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasDev committed Jul 17, 2023
1 parent f5958e6 commit 856f34a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE manuelloppgave ADD COLUMN status varchar;
ALTER TABLE manuelloppgave ADD COLUMN status_timestamp timestamp with time zone;

0 comments on commit 856f34a

Please sign in to comment.