Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
mysql -u openaudit -popenauditpassword openaudit -e "ALTER TABLE queue ADD pid int(10) unsigned NOT NULL DEFAULT '0' AFTER type;"

And you may need the below as well.

Code Block
mysql -u openaudit -popenauditpassword openaudit -e "ALTER TABLE queue ADD status varchar(20) NOT NULL DEFAULT '' AFTER pid;"