* added timestamp column to db table * consolidated write operation * fixed storing reports when get_browser() would return empty
2 lines
94 B
SQL
2 lines
94 B
SQL
ALTER TABLE `aowow_reports`
|
|
ADD COLUMN `createDate` INT UNSIGNED NOT NULL AFTER `status`;
|