Sign in
go
/
build
/
74a752f38a4f1e83fab68fc8aff9dce4c04423e9
/
.
/
internal
/
relui
/
migrations
/
20220715183205_add_retry_count.down.sql
blob: 79e22c128e1908456eb9c0f6fc05fa799f8d5b63 [
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
tasks
DROP
COLUMN
retry_count
;