Skip to content

Commit

Permalink
feat: Add column 'artifact_link' to projects table
Browse files Browse the repository at this point in the history
  • Loading branch information
lmquang committed Jan 22, 2025
1 parent 258deb5 commit 1dd0f97
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

-- +migrate Up
ALTER TABLE projects ADD COLUMN artifact_link VARCHAR(255);

-- +migrate Down
ALTER TABLE projects DROP COLUMN artifact_link;

0 comments on commit 1dd0f97

Please sign in to comment.