INSERT INTO `ospos_grants` (`permission_id`, `person_id`) VALUES ('sales_stock', 1), ('receivings_stock', 1); sales_stock and receivings_stock are inserted into the database in 2.3_to_2.3.1.sql, so when this is run it returns an SQL error.