Added support to add/update metadata on multiple assets via a json file #56
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "I226_Asset_table_management"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replaced duplicate errorids in
say.php
Created
assets.php
to take a json file ( the same format as dbeaver export ) and adds it to the database usingREPLACE INTO
.This will add the entry if it is missing, and will update it if it is present
There is no option to delete.
The data needs to be valid and be the correct types, and the episode needs to exist.
Added a list of allowed file extensions to
include.php
#HPR/hpr_generator#226