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