Added basic pagination to homepage.
This commit is contained in:
@@ -644,7 +644,10 @@ exports.up = knex => Promise.resolve()
|
||||
table.string('url', 1000);
|
||||
table.string('title');
|
||||
table.string('slug');
|
||||
|
||||
table.date('date');
|
||||
table.index('date');
|
||||
|
||||
table.text('description');
|
||||
|
||||
table.integer('duration')
|
||||
|
||||
Reference in New Issue
Block a user