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;