Skip to content

Commit

Permalink
Merge pull request #5203 from IQSS/5194-cannot-upload-files2
Browse files Browse the repository at this point in the history
add standard upload method so I can upload files #5194
  • Loading branch information
kcondon authored Oct 18, 2018
2 parents 43bedad + 3b22e2c commit d8b00e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/database/upgrades/upgrade_v4.9.4_to_v4.10.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
ALTER TABLE usernotification
ADD requestor_id BIGINT;


INSERT INTO setting(
name, content)
VALUES (':UploadMethods', 'native/http');

0 comments on commit d8b00e3

Please sign in to comment.