Add DropDatabase

This commit is contained in:
George Suntres
2026-04-21 10:25:01 -04:00
parent 1547f8c736
commit 45f9ac558f
3 changed files with 17 additions and 4 deletions

View File

@@ -13,7 +13,6 @@ type Filter struct {
}
func makeFilter(name string, value any) *Filter {
log.Printf("FILTER: %#v", value)
var op string
var v string