We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f623e4 commit 205d278Copy full SHA for 205d278
1 file changed
pkg/database/migrations/003_geoip.go
@@ -25,7 +25,7 @@ func Migrate003GeoIP(ctx context.Context, tx pgx.Tx) error {
25
CREATE INDEX network_city_geoname_id
26
ON geoip.networks USING GIST (network inet_ops) INCLUDE (city_geoname_id);
27
28
- DROP VIEW execution.node_view;
+ DROP VIEW IF EXISTS execution.node_view;
29
ALTER TABLE disc.nodes DROP COLUMN city_geoname_id;
30
31
ALTER TABLE stats.execution_nodes ALTER country_geoname_id DROP NOT NULL;
0 commit comments