Skip to content

Commit

Permalink
Set guilds.room to max 20 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
exoRift committed Sep 7, 2020
1 parent 88e3750 commit 8216e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrations/20200901201805_1.1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports.up = function (knex) {
table.string('id', 255).primary()
table.string('channel', 255).notNullable()

table.string('room', 10).notNullable()
table.string('room', 20).notNullable()
table.foreign('room')
.references('name')
.inTable('rooms')
Expand Down

0 comments on commit 8216e87

Please sign in to comment.