﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
23136	sqlclear does not notify operator that there is nothing to clear	jackiekazil	Gabriel Muñumel	"I tried passing sqlclear to dbshell and came up with this error, which was non-descript.
{{{
$ django-admin.py sqlclear foia_core | django-admin.py dbshell
ERROR:  syntax error at or near ""/""
LINE 1: /Users/jacquelinekazil/Projects/code/foia/foia-core/foia_cor...
}}}

Then I tried running each command separately. When I ran sqlclear, nothing appeared to happened. 
{{{
$ django-admin.py sqlclear foia_core
$
}}}

This is confusing to user if they are expecting something to happen. There should be output to tell the user what happened.
Example: Foo app has no tables in the database. 


"	Cleanup/optimization	closed	Core (Management commands)	dev	Normal	fixed			Accepted	1	0	0	1	1	0
