Skip to content

Commit 3618d4e

Browse files
committed
chore: missing attribute on backup stack
1 parent 2afe747 commit 3618d4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/datasource_toolkit/forestadmin/datasource_toolkit/decorators/decorator_stack.py

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def _backup_stack(self):
9797
"binary",
9898
"publication",
9999
"rename_field",
100+
"datasource",
100101
]:
101102
backup_stack[decorator_name] = getattr(self, decorator_name)
102103
return backup_stack

0 commit comments

Comments
 (0)