feat: allow restricted users to access all databases in clones created with the "--restricted" flag (#356)
Compare changes
@@ -193,3 +193,47 @@ func runSimpleSQL(command, connStr string) (string, error) {
Update of logic for clone creation with --restricted flag to allow access for all databases in created clone
Closes #356 (closed)