Skip to content

Commit e06064c

Browse files
committed
fixup bogus column names
1 parent faff9d4 commit e06064c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Migration/Version000000Date20210719124731.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
6262
'notnull' => false,
6363
'length' => 4,
6464
]);
65-
$table->addColumn('created_by_user_id', 'string', [
65+
$table->addColumn('created_by_user_uid', 'string', [
6666
'notnull' => true,
6767
'length' => 128,
6868
]);
@@ -269,7 +269,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
269269
'notnull' => false,
270270
'length' => 4,
271271
]);
272-
$table->addColumn('user_id', 'text', [
272+
$table->addColumn('user_uid', 'text', [
273273
'notnull' => true,
274274
'length' => 128,
275275
]);

0 commit comments

Comments
 (0)