From 3a6fb0e0fc397f89869f67adb3ad120df5119070 Mon Sep 17 00:00:00 2001 From: Ishank Arora Date: Wed, 14 Apr 2021 13:00:02 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/publicshares-sql-driver.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/unreleased/publicshares-sql-driver.md diff --git a/changelog/unreleased/publicshares-sql-driver.md b/changelog/unreleased/publicshares-sql-driver.md new file mode 100644 index 000000000..42dd0a7c6 --- /dev/null +++ b/changelog/unreleased/publicshares-sql-driver.md @@ -0,0 +1,3 @@ +Enhancement: Add config for public share SQL driver + +https://github.com/owncloud/ocis/pull/1916