Sign in
go
/
pkgsite
/
851d18bdd21273760aa7924554180e7701e4122d
/
.
/
migrations
/
000015_create_package_version_states.down.sql
blob: f86fe24504c364c1079ec76c357695103c195349 [
file
] [
log
] [
blame
]
-- Copyright 2019 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
package_version_states
;
END
;