minor whitespace change
This commit is contained in:
parent
da203fbe6c
commit
b7a7af37d5
|
@ -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"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user