We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ada460 commit 3b5b468Copy full SHA for 3b5b468
expected/42_statbus_upsert_pattern.out
@@ -285,5 +285,7 @@ TABLE sql_saga.era;
285
legal_unit_id | integer | | not null |
286
postal_place | text | | not null |
287
288
+DROP TABLE legal_unit;
289
+DROP TABLE location;
290
DROP EXTENSION sql_saga;
291
DROP EXTENSION btree_gist;
sql/43_benchmark.sql
@@ -154,7 +154,3 @@ FROM
154
benchmark_calculated
155
ORDER BY
156
timestamp;
157
-
158
159
-DROP TABLE legal_unit;
160
-DROP TABLE establishment;
0 commit comments