TRUNCATE ma_DLibraryCategory; INSERT INTO `ma_DLibraryCategory` (`id`, `title`, `alias`, `sorter`) VALUES (1, 'Licenses', 'licensing', 20), (2, 'Request for Proposal (RFP)', 'rfp', 30), (3, 'Communications / Events', 'communications', 40), (4, 'Marketplace', 'marketplace', 40), (5, 'Registration / Licensing Receipts', 'receipts', 10); UPDATE `ma_Settings` SET `description` = 'Constants: {files}' WHERE `ma_Settings`.`name` = 'libraryNewFileToUserBody'; UPDATE `ma_Settings` SET `value` = '

There are new files in the Library.

{files}

' WHERE `ma_Settings`.`name` = 'libraryNewFileToUserBody';