Revision 813

Date:
2021/02/11 21:57:52
Author:
ahitrov
Revision Log:
Trigger-sections

Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/plugins/webshop/lib/webshop/SQL/CouponsTable.pm

     
    122 122 'default' => 0,
    123 123 },
    124 124 {
    125 'attr' => 'trigger_sections',
    126 'type' => 'lookup_multi',
    127 'rusname' => 'Секции-триггеры товаров',
    128 'db_field' => 'trigger_sections',
    129 'db_type' => 'integer[]',
    130 },
    131 {
    125 132 'attr' => 'groups',
    126 133 'type' => 'lookup_multi',
    127 134 'rusname' => 'Группы товаров',
  • utf8/plugins/webshop/sql/TOAST/coupons.813.sql

     
    1 ALTER TABLE webshop_coupons
    2 ADD COLUMN trigger_sections integer[]
    3 ;