Can I run multiple installs of photos in one database?
photos only uses one table to store all its data. The name of the table it uses is set in database.php ($database->table_name). If you only have one database, you can set up multiple tables and run multiple versions of tasks with each using a different table in the database.