Created attachment 39652 [details] [review] Bug 14295: Database revision: add three columns to uploaded_files This patch adds three columns to table uploaded_files. Col filesize will be helpful when checking quota. Col owner will be helpful in terms of optional permissions and security. Col dtcreated tells you when the file was uploaded. Test plan: Run the database revision. Run a new install or run kohastructure.sql.
Created attachment 39653 [details] [review] Bug 14295: Add creation time, size and owner for uploaded files When inserting a new record in uploaded_files, we want to fill the new columns correctly. Test plan: Upload a file via the upload plugin. Verify that filesize, owner and creation time are correct in the database record. Run the unit test UploadedFiles.t.
This has been incorporated in the latest adjustments of bug 6874.