Commit a7737d0d authored by Jay's avatar Jay
Browse files

Fixes issues where clear is a nx call

parent 353cd88e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1607,7 +1607,7 @@ AND i1.id < i2.id""".format(query_string)

        return obj

    def clear(self, tables=None):
    def clear_db(self, tables=None):
        """
        Truncate all of the database tables and reset any
        autoincrement columns to start with 1.