diff --git a/pyfpdb/Database.py b/pyfpdb/Database.py index ce4e3f6f..01b78fe5 100644 --- a/pyfpdb/Database.py +++ b/pyfpdb/Database.py @@ -1056,7 +1056,7 @@ class Database: key = "`" + inner[j][0] + "_" + m.group() + "`" c.execute("ALTER TABLE " + inner[j][0] + " DROP FOREIGN KEY " + key) self.commit() - #end drop_referential_inegrity + #end drop_referential_inegrity def recreate_tables(self): """(Re-)creates the tables of the current DB"""