Added basic pagination to homepage.

This commit is contained in:
2020-05-22 04:32:16 +02:00
parent f38be7a706
commit 2fcd426b49
13 changed files with 214 additions and 66 deletions

View File

@@ -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')