Skip to content

Commit

Permalink
190503A
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed May 3, 2019
1 parent b12d5d0 commit eb93d96
Show file tree
Hide file tree
Showing 1,523 changed files with 1,798 additions and 108,011 deletions.
50 changes: 0 additions & 50 deletions .gitignore

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

use Phinx\Migration\AbstractMigration;

class SetNullableValueFieldSettingsTable extends AbstractMigration
{
public function up()
{
$table = $this->table('directus_settings');

$table->changeColumn('value', 'text', [
'null' => true
]);
}
}
12 changes: 0 additions & 12 deletions public/admin/.htaccess

This file was deleted.

1 change: 0 additions & 1 deletion public/admin/css/app.561fc0ef.css

This file was deleted.

1 change: 1 addition & 0 deletions public/admin/css/app.945713d4.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/admin/css/chunk-048d3b3f.2b3888a0.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/admin/css/chunk-1472782d.6bfb510a.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion public/admin/css/chunk-23c99662.8d289c0c.css

This file was deleted.

1 change: 1 addition & 0 deletions public/admin/css/chunk-32282557.c9bddafe.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/admin/css/chunk-66f67e4d.d34d58bd.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion public/admin/css/chunk-71ffe2b9.dc4623e0.css

This file was deleted.

Loading

0 comments on commit eb93d96

Please sign in to comment.