Changes between Initial Version and Version 1 of Ticket #29801
- Timestamp:
- Sep 27, 2018, 10:42:34 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29801 – Description
initial v1 42 42 operations = [ 43 43 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']) 45 45 ] 46 46 }}}