Skip to content

Commit

Permalink
chore: update deploy base/head ref length
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Nov 11, 2024
1 parent 56f170f commit 4d447ed
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ exports.up = async function(knex) {
})
.alterTable('environment', function (table) {
table.timestamp('deleted').notNullable().alter();
table.string('deploy_base_ref', 250).alter();
table.string('deploy_head_ref', 250).alter();
})
.alterTable('environment_fact', function (table) {
table.specificType('description', 'text').alter();
Expand Down

0 comments on commit 4d447ed

Please sign in to comment.