Changes between Initial Version and Version 1 of Ticket #26114, comment 3
- Timestamp:
- Jul 2, 2016, 6:50:58 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26114, comment 3
initial v1 8 8 This is the new change that works. 9 9 10 11 {{{ 10 12 if old_db_table_name != new_db_table_name and new_db_table_name != None: 11 13 self.add_operation( … … 16 18 ) 17 19 ) 20 }}}