Skip to content

Commit 04c4439

Browse files
committed
fix: use SCHEMA_VERSION_UNSPECIFIED to be consistent with our default value in console
1 parent f617635 commit 04c4439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/setup/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ resource "bytebase_project" "sample_project" {
116116
title = "Sample project"
117117
key = "SAM"
118118
workflow = "UI"
119-
schema_version = "SEMANTIC"
119+
schema_version = "SCHEMA_VERSION_UNSPECIFIED"
120120
schema_change = "DDL"
121121
}

0 commit comments

Comments
 (0)