CRM-15557 Changed cloumn type for civicrm_line_item.qty and handled in upgrade
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 3.0.beta2.mysql.tpl
CommitLineData
6a488035
TO
1-- CRM-4979
2
3INSERT INTO civicrm_acl
10824d34 4 (name, deny, entity_table, entity_id, operation, object_table, object_id, acl_table, acl_id, is_active)
5VALUES
6a488035
TO
6 ('Core ACL', 0, 'civicrm_acl_role', 1, 'All', 'delete activities', NULL, NULL, NULL, 1),
7 ('Core ACL', 0, 'civicrm_acl_role', 1, 'All', 'delete in CiviContribute', NULL, NULL, NULL, 1),
8 ('Core ACL', 0, 'civicrm_acl_role', 1, 'All', 'delete in CiviMail', NULL, NULL, NULL, 1),
9 ('Core ACL', 0, 'civicrm_acl_role', 1, 'All', 'delete in CiviPledge', NULL, NULL, NULL, 1),
10 ('Core ACL', 0, 'civicrm_acl_role', 1, 'All', 'delete contacts', NULL, NULL, NULL, 1),
11 ('Core ACL', 0, 'civicrm_acl_role', 1, 'All', 'delete in CiviEvent', NULL, NULL, NULL, 1),
12 ('Core ACL', 0, 'civicrm_acl_role', 1, 'All', 'delete in CiviMember', NULL, NULL, NULL, 1);