From f3c4d744c011df8d18c49495f5111a17197b7038 Mon Sep 17 00:00:00 2001 From: Marco Nassabain Date: Wed, 27 Jan 2021 15:38:51 +0100 Subject: =?UTF-8?q?=F0=9F=90=9B=20Share=20Item:=20feed=5Fid=20not=20nullab?= =?UTF-8?q?le,=20copy=20feed=5Fid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- lib/Migration/Version150006Date20210117163638.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/Migration') diff --git a/lib/Migration/Version150006Date20210117163638.php b/lib/Migration/Version150006Date20210117163638.php index d82da1d26..b6e3eb364 100644 --- a/lib/Migration/Version150006Date20210117163638.php +++ b/lib/Migration/Version150006Date20210117163638.php @@ -44,9 +44,6 @@ class Version150006Date20210117163638 extends SimpleMigrationStep { 'length' => 64, 'default' => '', ]); - $table->changeColumn('feed_id', [ - 'notnull' => false - ]); } return $schema; -- cgit v1.2.3