Sign in
go
/
build
/
991db46f6c954528e628c2e2b4471e5d6c293a55
/
.
/
internal
/
relui
/
migrations
/
20210909141405_create_workflows_table.down.sql
blob: 9fd5ed33fc5c59357295eb2f295f0cf95be8202d [
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
;
DROP
TABLE
workflows
;