/*
NOTES:
ModuleId = Specific Repository Module you are working with
CreatedByUser = ID for the user adding the document, from the users table
UpdatedByUser = ID for the user adding the document, from the users table
Author = The display name for the user adding the document
FileSize = The size of the file, text field, 39 K for example
FileName = The name of the file as you uploaded it
*/
INSERT INTO grmRepositoryObjects(ModuleId, CreatedByUser, CreatedDate, UpdatedByUser,
UpdatedDate, [Name], Author, AuthorEmail, FileSize, [FileName],
Approved, ShowEMail, Summary, [Description], [Downloads], clicks,
RatingVotes, RatingAverage)
VALUES(372, 1, GETDATE(), 1, GETDATE(), 'Manual Upload Test', 'Mitch Sellers',
'mitchel.sellers@gmail.com', '39 K', 'Unemp.auto.jpg', 1, -1, 'This is the summary',
'Demonstration file description', 0, 0, 0, 0.0)