Revision 05c1b849

b/snf-astakos-app/astakos/scripts/upgrade/migrate_014.py
88 88

  
89 89

  
90 90
def reconcile():
91
    command = ['snf-manage', 'reconcile-resources-astakos', '--fix']
91
    command = ['snf-manage', 'reconcile-resources-astakos', '--fix', '--force']
92 92
    print 'Running "%s"...' % ' '.join(command)
93 93
    r = call(command)
94 94

  

Also available in: Unified diff