Skip to content

Commit 612a4e9

Browse files
fix: removed overlooked duplicate function
1 parent 956d468 commit 612a4e9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/migrate.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ function addDescription($connection) {
3232
ensureColumnExists($connection, "divisions", "description", "VARCHAR(255) NULL");
3333
}
3434

35-
function addDescription($connection) {
36-
$connection->query("ALTER TABLE `divisions` ADD description VARCHAR(255) NULL;");
37-
}
38-
3935
addUpdatedAt(connect($config));
4036
addPbsId(connect($config));
4137
addDescription(connect($config));

0 commit comments

Comments
 (0)