This command fails if the database file (SQLite) does not exist. Now, technically that's correct since you can't reset something that isn't there, but since the command is in fact removing the file there's no difference in operation. It doesn't need to remove the file, great! Less work!
This command fails if the database file (SQLite) does not exist. Now, technically that's correct since you can't reset something that isn't there, but since the command is in fact removing the file there's no difference in operation. It doesn't need to remove the file, great! Less work!