forked from DebaucheryLibrarian/traxxx
Added lazy loading to tag photos. Changed tag thumb location.
This commit is contained in:
@@ -23,6 +23,7 @@ exports.up = knex => Promise.resolve()
|
||||
|
||||
table.string('path');
|
||||
table.string('thumbnail');
|
||||
table.string('lazy');
|
||||
table.integer('index');
|
||||
table.string('mime');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user