Skip to content

Commit 5d1a626

Browse files
committed
add table organizations_historicalorganization
1 parent e6632bd commit 5d1a626

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bronze/get_full_tables.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ def main() -> None:
6565
"auth_userprofile",
6666
"student_userattribute",
6767
"organizations_organization",
68-
"auth_user"
68+
"auth_user",
69+
"organizations_historicalorganization"
6970
]
7071

7172
for table in TABLES:

0 commit comments

Comments
 (0)