Skip to content

Commit

Permalink
create the metadata after all
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiazza committed Apr 16, 2024
1 parent 2d578e3 commit b54166a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stix2/datastore/relational_db/relational_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __init__(
"""
database_connection = create_engine(database_connection_url)
print(database_connection)
# self.metadata = MetaData()
self.metadata = MetaData()
# create_table_objects(
# self.metadata, stix_object_classes,
# )
Expand Down

0 comments on commit b54166a

Please sign in to comment.