Skip to content

Instantly share code, notes, and snippets.

Created June 22, 2015 13:27
Show Gist options
  • Save anonymous/2edce6b1b49f842aef7a to your computer and use it in GitHub Desktop.
Save anonymous/2edce6b1b49f842aef7a to your computer and use it in GitHub Desktop.
Original line:
UPDATE codes SET code='MKGB47B7', status=1, students_licences='1', licences_used='0', unlock_date=1433421747, licence_till=1465044147, user_id='21465', school_id='14363', comment=' customer had ordered the package when CSO was down and the codes originally generated had gone invalid.' WHERE id='46923'
changed line:
UPDATE codes SET code='MKGB47B7', status=0, students_licences='1', licences_used=NULL, unlock_date=NULL, licence_till=NULL, user_id=NULL, school_id=NULL, comment='Ncustomer had ordered the package when CSO was down and the codes originally generated had gone invalid.' WHERE id='47923'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment