Closed Timberjaw closed 12 years ago
Move the library database into its own file to separate the active data from the library data. This will allow admins to simply delete the active database file to reset rather than being forced to use a SQL query.
In retrospect, this won't work, because sometimes it's advantageous/necessary to JOIN the active and library tables.
Move the library database into its own file to separate the active data from the library data. This will allow admins to simply delete the active database file to reset rather than being forced to use a SQL query.