Sign in
go
/
pkgsite
/
3112c19b810d3e967d7110e77ca31a18520b6509
/
.
/
migrations
/
000073_create_documentation_symbols.down.sql
blob: e8e20209818d5f87ae6538e5e48c3e7648f1d1fd [
file
] [
log
] [
blame
]
-- Copyright 2021 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
documentation_symbols
;
END
;