* More file area utility methods/etc.

* Start adding oputil file-area --scan <areaTag> stuff
* New new ArchiveUtil.getInstance()
This commit is contained in:
Bryan Ashby 2016-10-02 21:40:37 -06:00
parent 35e7610670
commit ec716fdf2c
6 changed files with 268 additions and 24 deletions

View file

@ -10,7 +10,7 @@ const _ = require('lodash');
const FILE_TABLE_MEMBERS = [
'file_id', 'area_tag', 'file_sha1', 'file_name',
'desc', 'desc_long', 'upload_by_username', 'upload_timestamp'
'desc', 'desc_long', 'upload_by_username', 'upload_timestamp' // :TODO: remove upload_by_username -- and from database.js, etc.
];
const FILE_WELL_KNOWN_META = {