koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-devel] Missing deleted* tables?


From: Andrew Arensburger
Subject: [Koha-devel] Missing deleted* tables?
Date: Sun Oct 6 10:24:01 2002
User-agent: Mutt/1.2.5.1i

        If I understand correctly, the purpose of the deleted<foo>
tables in the database is to provide a backup of any rows that may
have been deleted from the <foo> table. That is, when an item is
deleted, it isn't actually deleted, it just gets moved from the items
table to the deleteditems table. That way, if something is deleted
accidentally, it can (in principle) be restored.
        Is this correct so far?

        If so, it seems to me that there should be more deleted*
tables, such as deletedbibliosubject and deletedbibliosubtitle, since
the biblio table has "links" to various other tables, containing data
that also should be saved in a backup table.
        Or am I on the wrong track here?

-- 
Andrew Arensburger                      This message *does* represent the
address@hidden                      views of ooblick.com
              I play an important role as a bad example.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]