Sign in
go
/
pkgsite
/
9af0c3e761001c2ce0843f1e5cf8b485476c56ff
/
.
/
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
;