Skip to content
Snippets Groups Projects
Commit 73e6f0ae authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

fix: lowercase table name in oracle2postgresql

parent 22f79747
No related branches found
No related tags found
No related merge requests found
Pipeline #432837 passed
...@@ -25,7 +25,7 @@ class Oracle2PostgreSQL: ...@@ -25,7 +25,7 @@ class Oracle2PostgreSQL:
""" """
def __init__(self, full_sync): def __init__(self, full_sync):
self.table_for_imported_attributes = "AttributeFromSQLUnique" self.table_for_imported_attributes = "attributefromsqlunique"
self.imported_table_name = "w_exp_passwd_all" self.imported_table_name = "w_exp_passwd_all"
self.__get_config() self.__get_config()
self.full_sync = full_sync self.full_sync = full_sync
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment