blob: 9d0891cdac41dd46320447d0ea0909c68eddd74b [file] [log] [blame]
-- Copyright 2020 The Go Authors. All rights reserved.
-- Use of this source code is governed by a BSD-style
-- license that can be found in the LICENSE file.
BEGIN;
CREATE INDEX idx_imports_unique_from_module_path ON imports_unique (from_module_path);
END;