Skip to content

Commit

Permalink
chore: clean up the exposing of mysql table (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
healthjyk committed May 8, 2024
1 parent 8ed1c20 commit 6da5948
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/engine/state/storages/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (

const (
stateFile = "state.yaml"
stateTable = "state"
statesPrefix = "states"
)

Expand Down
1 change: 0 additions & 1 deletion pkg/workspace/storages/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const (
DefaultWorkspace = "default"

workspacesPrefix = "workspaces"
workspaceTable = "workspace"
metadataFile = ".metadata.yml"
yamlSuffix = ".yaml"
)
Expand Down

0 comments on commit 6da5948

Please sign in to comment.