This section contains all commands to delete existing entries.
photo-delete-cascade-film( | film-name) ; |
Deletes the film named film-name
from the database. Any negatives and prints which depend on this film will be deleted as well.
photo-delete-film( | film-name) ; |
Deletes the film named film-name
from the database. Any negatives which depend on this film remain in the database, so use this command with caution. film-name
is a SQL regular expression allowing to remove more than one item at a time.
photo-delete-cascade-negative( | negative-name) ; |
Deletes the negative named negative-name
from the database. Any prints which depend on this film will be deleted as well.