diff options
Diffstat (limited to 'app/Schema/Migration44.php')
| -rw-r--r-- | app/Schema/Migration44.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Schema/Migration44.php b/app/Schema/Migration44.php index 4dd6366edd..fe77215085 100644 --- a/app/Schema/Migration44.php +++ b/app/Schema/Migration44.php @@ -102,7 +102,7 @@ class Migration44 implements MigrationInterface DB::table('placelocation') ->update([ - 'pl_place' => new Expression('SUBSTR(pl_place, 1, 120)'), + 'pl_place' => new Expression('SUBSTRING(pl_place, 1, 120)'), ]); // The lack of unique key constraints means that there may be duplicates... |
