From 7de34bb81fa867af24d855055c398c751a893fc3 Mon Sep 17 00:00:00 2001 From: "Stefan Hornburg (Racke)" Date: Sun, 7 Aug 2016 15:44:23 +0200 Subject: [PATCH] Change new columns in Conference class to NOT NULL (#91). --- lib/PerlDance/Schema/Result/Conference.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/PerlDance/Schema/Result/Conference.pm b/lib/PerlDance/Schema/Result/Conference.pm index 9372201..2a471d8 100644 --- a/lib/PerlDance/Schema/Result/Conference.pm +++ b/lib/PerlDance/Schema/Result/Conference.pm @@ -45,7 +45,6 @@ Canonical Link to conference such as "https://www.perl.dance/" column uri => { data_type => "varchar", size => 255, - is_nullable => 1, }; =head2 logo @@ -57,7 +56,6 @@ Conference logo such as "img/perl-dancer-2016-logo.png". column logo => { data_type => "varchar", size => 255, - is_nullable => 1, }; =head2 email @@ -69,7 +67,6 @@ Canonical conference email address such as "2016@perl.dance". column email => { data_type => "varchar", size => 255, - is_nullable => 1, }; =head2 start_date