Lines 103-108
__PACKAGE__->set_primary_key("module", "page", "tablename");
Link Here
|
103 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-10-03 09:24:14 |
103 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-10-03 09:24:14 |
104 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+IhbaYydX2NWPTXYCazrWg |
104 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+IhbaYydX2NWPTXYCazrWg |
105 |
|
105 |
|
|
|
106 |
__PACKAGE__->add_columns( |
107 |
'+default_save_state' => { is_boolean => 1 }, |
108 |
'+default_save_state_search' => { is_boolean => 1 }, |
109 |
); |
106 |
|
110 |
|
107 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
|
|
108 |
1; |
111 |
1; |
109 |
- |
|
|