minor whitespace change
This commit is contained in:
parent
da203fbe6c
commit
b7a7af37d5
|
@ -1056,7 +1056,7 @@ class Database:
|
||||||
key = "`" + inner[j][0] + "_" + m.group() + "`"
|
key = "`" + inner[j][0] + "_" + m.group() + "`"
|
||||||
c.execute("ALTER TABLE " + inner[j][0] + " DROP FOREIGN KEY " + key)
|
c.execute("ALTER TABLE " + inner[j][0] + " DROP FOREIGN KEY " + key)
|
||||||
self.commit()
|
self.commit()
|
||||||
#end drop_referential_inegrity
|
#end drop_referential_inegrity
|
||||||
|
|
||||||
def recreate_tables(self):
|
def recreate_tables(self):
|
||||||
"""(Re-)creates the tables of the current DB"""
|
"""(Re-)creates the tables of the current DB"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user