blob: 52f605edb7e9131da197057c95f9a1aa34a0745f [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;
DROP TABLE readmes;
DROP TABLE documentation;
DROP TABLE package_imports;
END;