Skip to content

Commit

Permalink
db: Remove hard coded role in 202010071530. (#392)
Browse files Browse the repository at this point in the history
## Description

The hardcoded role and db names were removed in e746c25. This PR exists
from before then and I missed this when re-reviewing the PR before
merging.
  • Loading branch information
mergify[bot] authored Dec 14, 2020
2 parents 492f9c7 + f3d421d commit 266637a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions db/migration/202010071530-init-events-table-and-triggers.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ func Get202010071530() *migrate.Migration {
return &migrate.Migration{
Id: "202010071530-init-events-table-and-triggers",
Up: []string{`
SET ROLE tinkerbell;
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
DO $$ BEGIN
Expand Down

0 comments on commit 266637a

Please sign in to comment.