Skip to content

Commit

Permalink
fix schema test
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenlu committed Jan 9, 2025
1 parent 618d9b5 commit 04b9dab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atlasaction/testdata/schema.hcl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
table "t1" {
schema = schema.public
schema = schema.main
column "c1" {
type = int
}
}

schema "public" {}
schema "main" {}

0 comments on commit 04b9dab

Please sign in to comment.