X-Git-Url: http://git.ieval.ro/?p=gruntmaster-data.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FData%2FResult%2FUser.pm;h=9013946092d7225fe00fe9865795c4dc8f9e9afb;hp=216447edbdeea407e5438363565ff083d5100719;hb=9bb399215eed61555c05f025aedf6dc53f4e977d;hpb=6544497ee80ec3ca081a8c8161f2e8f4b92a5ed6 diff --git a/lib/Gruntmaster/Data/Result/User.pm b/lib/Gruntmaster/Data/Result/User.pm index 216447e..9013946 100644 --- a/lib/Gruntmaster/Data/Result/User.pm +++ b/lib/Gruntmaster/Data/Result/User.pm @@ -31,7 +31,7 @@ __PACKAGE__->table("users"); =head2 passphrase data_type: 'text' - is_nullable: 0 + is_nullable: 1 =head2 admin @@ -80,7 +80,7 @@ __PACKAGE__->add_columns( "id", { data_type => "text", is_nullable => 0 }, "passphrase", - { data_type => "text", is_nullable => 0 }, + { data_type => "text", is_nullable => 1 }, "admin", { data_type => "boolean", default_value => \"false", is_nullable => 0 }, "name", @@ -174,8 +174,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-04-18 20:16:26 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:r7hVLUd+6MeYZn+8I4S7Cw +# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-05-16 15:23:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Cho4zmn58Mytf2jHvgP+4g # You can replace this text with custom code or comments, and it will be preserved on regeneration