Changes between Initial Version and Version 1 of Ticket #9612, comment 31
- Timestamp:
- Aug 1, 2016, 2:01:43 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9612, comment 31
initial v1 23 23 self.dbm.drop_tables(new_schema) 24 24 }}} 25 26 Or instead just call `self.env.reset_db()` followed by `self.env.shutdown()`?