parent
3803ac9197
commit
e3214084f6
9
migrations/20210925182457_clientside_redirect.js
Normal file
9
migrations/20210925182457_clientside_redirect.js
Normal file
@ -0,0 +1,9 @@
|
||||
exports.up = function(knex) {
|
||||
return knex.schema.table('urls', function (table) {
|
||||
table.boolean('clientside').defaultTo(false);
|
||||
});
|
||||
};
|
||||
|
||||
exports.down = function(knex) {
|
||||
|
||||
};
|
Loading…
Reference in New Issue
Block a user