Sign in
◑
Theme
go
/
pkgsite
/
deb78785c3ce936751c393f7eb5079a9ad63d841
/
.
/
migrations
/
000066_add_symbol_type_type.up.sql
blob: f0be941a34a5e3fef98295db3fff59683f3dc441 [
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.
ALTER
TYPE symbol_type
ADD
VALUE
'Type'
;