Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Make durations readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Nov 28, 2019
1 parent bdb5a69 commit a8312a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/install/20180220023208_create_files_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function change()
[
'collection' => 'directus_files',
'field' => 'id',
'type' => \Directus\Database\Schema\DataTypes::TYPE_STRING,
'type' => \Directus\Database\Schema\DataTypes::TYPE_STRIN,

This comment has been minimized.

Copy link
@everyx

everyx Nov 28, 2019

Contributor

@rijkvanzanten This change make install broken, api[].ERROR: Error: Undefined class constant 'TYPE_STRIN' in /var/www/migrations/install/20180220023208_create_files_table.php

'interface' => 'primary-key',
'locked' => 1,
'required' => 1,
Expand Down

0 comments on commit a8312a1

Please sign in to comment.