View Source mix ash_sqlite.drop (ash_sqlite v0.2.1)
Drop the storage for the given repository.
Examples
mix ash_sqlite.drop
mix ash_sqlite.drop -r MyApp.Domain1,MyApp.Domain2
Command line options
--doains
- the domains who's repos should be dropped-q
,--quiet
- run the command quietly-f
,--force
- do not ask for confirmation when dropping the database. Configuration is asked only when:start_permanent
is set to true (typically in production)--no-compile
- do not compile before dropping--no-deps-check
- do not compile before dropping