Sign in
◑
Theme
go
/
pkgsite
/
47f10d3fcd52733bec0102e1d7ba0840d0a51e1b
/
.
/
migrations
/
000073_create_documentation_symbols.down.sql
blob: e8e20209818d5f87ae6538e5e48c3e7648f1d1fd [
file
]
-- 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
;