update libflitter/flap and run migrations

This commit is contained in:
2019-08-15 09:59:33 -05:00
parent 5aa89c308d
commit d25b54da88
11 changed files with 93 additions and 55 deletions

View File

@@ -4,10 +4,12 @@
* Put some description here!
*/
const File = {
original_name: String,
new_name: String,
mime: String,
type: String,
schema: {
original_name: String,
new_name: String,
mime: String,
type: String,
},
}
module.exports = exports = File