Changes between Version 4 and Version 5 of Ticket #29182


Ignore:
Timestamp:
Mar 3, 2018, 2:21:10 PM (6 years ago)
Author:
ezaquarii
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29182 – Description

    v4 v5  
    1 SQLite table alteration uses rename and copy method. When running a database migration from Django command (via `call_command('migrate')`), database is left with references to <table_name>__old table that has been dropped after migration.
     1SQLite table alteration uses rename and copy method. When running a database migration from Django command (via `call_command('migrate')`), database is left with references to `<table_name>__old` table that has been dropped after migration.
    22
    33This happens only when running SQLite DB migrations from management command under transaction.
Back to Top