forked from DebaucheryLibrarian/traxxx
Added Diabolic and Cum Louder, added content type expect option to media sources to fix Vixen thumbnails.
This commit is contained in:
@@ -108,7 +108,7 @@ exports.up = knex => Promise.resolve()
|
||||
.onDelete('cascade');
|
||||
|
||||
table.date('date');
|
||||
table.enum('date_precision', ['year', 'month', 'day', 'hour', 'minute', 'second'])
|
||||
table.enum('date_precision', ['year', 'month', 'week', 'day', 'hour', 'minute', 'second'])
|
||||
.defaultTo('year');
|
||||
|
||||
table.text('comment');
|
||||
@@ -643,7 +643,7 @@ exports.up = knex => Promise.resolve()
|
||||
.references('alpha2')
|
||||
.inTable('countries');
|
||||
|
||||
table.enum('date_precision', ['year', 'month', 'day', 'hour', 'minute', 'second'])
|
||||
table.enum('date_precision', ['year', 'month', 'week', 'day', 'hour', 'minute', 'second'])
|
||||
.defaultTo('day');
|
||||
|
||||
table.text('description');
|
||||
@@ -832,7 +832,7 @@ exports.up = knex => Promise.resolve()
|
||||
table.timestamp('date');
|
||||
table.index('date');
|
||||
|
||||
table.enum('date_precision', ['year', 'month', 'day', 'hour', 'minute', 'second'])
|
||||
table.enum('date_precision', ['year', 'month', 'week', 'day', 'hour', 'minute', 'second'])
|
||||
.defaultTo('day');
|
||||
|
||||
table.text('description');
|
||||
|
||||
Reference in New Issue
Block a user