Changes between Initial Version and Version 1 of Ticket #29801


Ignore:
Timestamp:
Sep 27, 2018, 10:42:34 AM (6 years ago)
Author:
Calvin DeBoer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29801 – Description

    initial v1  
    4242    operations = [
    4343        migrations.RunPython(add_prod_data, remove_hams, only_in=['production']),
    44         migrations.RunSQL(""INSERT blah;", "REMOVE blah;", except_in=['test'])
     44        migrations.RunSQL("INSERT blah;", "REMOVE blah;", except_in=['test'])
    4545    ]
    4646}}}
Back to Top