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