Skip to content

Commit

Permalink
Remove GlobalPermissions. It wasn't used anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
williammoran committed Apr 25, 2024
1 parent 9c721d1 commit cd14284
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions lib/format/pgsql8/permission.go

This file was deleted.

1 change: 0 additions & 1 deletion lib/format/pgsql8/pgsql8.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package pgsql8
import "github.com/dbsteward/dbsteward/lib/format"

var GlobalOperations = NewOperations()
var GlobalPermission = NewPermission()
var GlobalSchema = NewSchema()
var GlobalSequence = NewSequence()
var GlobalTable = NewTable()
Expand Down

0 comments on commit cd14284

Please sign in to comment.