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