Indentation fixes
This commit is contained in:
parent
3d43e8167c
commit
dc81ca854a
|
@ -122,8 +122,10 @@ class fpdb_db:
|
||||||
self.cursor.execute(self.sql.query['drop_table'] + table[0])
|
self.cursor.execute(self.sql.query['drop_table'] + table[0])
|
||||||
elif(self.get_backend_name() == 'PostgreSQL'):
|
elif(self.get_backend_name() == 'PostgreSQL'):
|
||||||
#todo: postgres version here
|
#todo: postgres version here
|
||||||
|
print "Empty function here"
|
||||||
elif(self.get_backend_name() == 'SQLite'):
|
elif(self.get_backend_name() == 'SQLite'):
|
||||||
#todo: sqlite version here
|
#todo: sqlite version here
|
||||||
|
print "Empty function here"
|
||||||
#end def drop_tables
|
#end def drop_tables
|
||||||
|
|
||||||
def drop_referencial_integrity(self):
|
def drop_referencial_integrity(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user