Bug 31028: (follow-up) Mark public as boolean
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
22bebae943
commit
7a0ccbf502
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ __PACKAGE__->belongs_to(
|
||||||
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-24 18:31:28
|
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-24 18:31:28
|
||||||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8YG3jhlqbHWptc28pvBmrg
|
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8YG3jhlqbHWptc28pvBmrg
|
||||||
|
|
||||||
|
__PACKAGE__->add_columns( '+public' => { is_boolean => 1 }, );
|
||||||
|
|
||||||
# You can replace this text with custom code or comments, and it will be preserved on regeneration
|
# You can replace this text with custom code or comments, and it will be preserved on regeneration
|
||||||
1;
|
1;
|
||||||
|
|
Loading…
Reference in a new issue