Skip to content

Commit

Permalink
chore: fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
nbey committed Sep 8, 2020
1 parent 00c2235 commit e1783a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions php-migrations/20200421_network-user-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
$tableName = User::$tableName;
$historyTableName = User::getHistoryTableName();
$columnNames = [
'SchoolID',
'SchoolUsername',
'UserClass'
'SchoolNumber',
];

if (!static::tableExists($tableName)) {
Expand Down

0 comments on commit e1783a7

Please sign in to comment.