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