Change default password and possible_date type
This commit is contained in:
@@ -6,7 +6,7 @@ exports.up = (knex) => {
|
||||
.foreign('meeting_id')
|
||||
.references('meeting.id')
|
||||
.onDelete('cascade');
|
||||
table.date('possible_date').notNullable();
|
||||
table.string('possible_date').notNullable();
|
||||
table.timestamps(true, true);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user