Sign in
go
/
build
/
a7c2077b09c1193aa2a6dff32164d37da9e16adc
/
.
/
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
;