server/sources/native.py
changeset 10125 bc6461a7d2da
parent 10095 200bd6a601dc
child 10136 c33dcd18e0bb
--- a/server/sources/native.py	Fri Dec 19 12:08:01 2014 +0100
+++ b/server/sources/native.py	Wed Dec 03 16:29:16 2014 +0100
@@ -293,6 +293,12 @@
           'help': 'database name',
           'group': 'native-source', 'level': 0,
           }),
+        ('db-namespace',
+         {'type' : 'string',
+          'default': '',
+          'help': 'database namespace (schema) name',
+          'group': 'native-source', 'level': 1,
+          }),
         ('db-user',
          {'type' : 'string',
           'default': CubicWebNoAppConfiguration.mode == 'user' and getlogin() or 'cubicweb',