Sign in
go
/
build
/
4ff362bb67ae2db336aab94ab2c2095e7ab136e6
/
.
/
internal
/
relui
/
migrations
/
20220901160804_create_schedules.down.sql
blob: b0095899b648cb014557e9fc0278e78b9984ab87 [
file
] [
log
] [
blame
]
-- Copyright 2022 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
TABLE
workflows
DROP
COLUMN
schedule_id
;
DROP
TABLE
schedules
;