We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64c141 commit 1d4e2b6Copy full SHA for 1d4e2b6
datajoint/user_tables.py
@@ -240,5 +240,5 @@ def drop(self, force=False):
240
)
241
242
def alter(self, prompt=True, context=None):
243
- # when there is no context, map "master" keyword to master table
+ # without context, use declaration context which maps master keyword to master table
244
super().alter(prompt=prompt, context=context or self.declaration_context)
0 commit comments