Sign in
◑
Theme
go
/
build
/
0ef48a1dcffc15698917ed45bb032fa4487f96ae
/
.
/
internal
/
relui
/
migrations
/
20210928195553_create_task_logs_table.down.sql
blob: f914f38b0914cd9ed55cf3dfd4ba06c09f1b38f1 [
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.
DROP
TABLE
task_logs
;