Skip to content

Commit

Permalink
views: default on for VTGate
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
  • Loading branch information
harshit-gangal committed Dec 26, 2024
1 parent 837ddd4 commit 49e416e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtgate/vtgate.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ var (

// schema tracking flags
enableSchemaChangeSignal = true
enableViews bool
enableViews = true
enableUdfs bool

// vtgate views flags
Expand Down

0 comments on commit 49e416e

Please sign in to comment.