minor whitespace change

This commit is contained in:
sqlcoder 2010-06-06 13:20:39 +01:00
parent da203fbe6c
commit b7a7af37d5

View File

@ -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"""