Skip to content

Commit

Permalink
Update the snappy shots
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Dec 10, 2024
1 parent cbefbc4 commit d75df6c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
source: crates/tests/databases-tests/src/postgres/cli_version3_tests.rs
expression: default_configuration
snapshot_kind: text
---
{
"version": "3",
Expand Down Expand Up @@ -2526,7 +2525,15 @@ snapshot_kind: text
"tiger",
"crdb_internal",
"columnar",
"columnar_internal"
"columnar_internal",
"_timescaledb_catalog",
"_timescaledb_functions",
"_timescaledb_internal",
"_timescaledb_cache",
"_timescaledb_config",
"timescaledb_experimental",
"timescaledb_information",
"_timescaledb_debug"
],
"unqualifiedSchemasForTables": [
"public"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
source: crates/tests/databases-tests/src/postgres/cli_version4_tests.rs
expression: default_configuration
snapshot_kind: text
---
{
"version": "4",
Expand Down Expand Up @@ -2852,7 +2851,15 @@ snapshot_kind: text
"tiger",
"crdb_internal",
"columnar",
"columnar_internal"
"columnar_internal",
"_timescaledb_catalog",
"_timescaledb_functions",
"_timescaledb_internal",
"_timescaledb_cache",
"_timescaledb_config",
"timescaledb_experimental",
"timescaledb_information",
"_timescaledb_debug"
],
"unqualifiedSchemasForTables": [
"public"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
source: crates/tests/databases-tests/src/postgres/cli_version5_tests.rs
expression: default_configuration
snapshot_kind: text
---
{
"version": "5",
Expand Down Expand Up @@ -2881,7 +2880,15 @@ snapshot_kind: text
"tiger",
"crdb_internal",
"columnar",
"columnar_internal"
"columnar_internal",
"_timescaledb_catalog",
"_timescaledb_functions",
"_timescaledb_internal",
"_timescaledb_cache",
"_timescaledb_config",
"timescaledb_experimental",
"timescaledb_information",
"_timescaledb_debug"
],
"unqualifiedSchemasForTables": [
"public"
Expand Down

0 comments on commit d75df6c

Please sign in to comment.