Skip to content

Commit

Permalink
feat(runner): add public key column
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Feb 1, 2025
1 parent c4f63c2 commit 6dbf1ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions db/Migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func GetMigrations() []Migration {
{Version: "2.12.0"},
{Version: "2.12.3"},
{Version: "2.12.4"},
{Version: "2.12.5"},
}
}

Expand Down
1 change: 1 addition & 0 deletions db/sql/migrations/v2.12.5.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table `runner` add column public_key text;

0 comments on commit 6dbf1ba

Please sign in to comment.