Skip to content

Commit

Permalink
Change new columns in Conference class to NOT NULL (#91).
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Aug 7, 2016
1 parent 043b8e1 commit 7de34bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/PerlDance/Schema/Result/Conference.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -69,7 +67,6 @@ Canonical conference email address such as "[email protected]".
column email => {
data_type => "varchar",
size => 255,
is_nullable => 1,
};

=head2 start_date
Expand Down

0 comments on commit 7de34bb

Please sign in to comment.