Skip to content

Commit

Permalink
add standard upload method so I can upload files #5194
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Oct 16, 2018
1 parent df72861 commit 3b22e2c
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 3b22e2c

Please sign in to comment.