Files
aowow/setup/updates/1527343032_01.sql
Sarjuuk 93a72013b8 Reports
* added timestamp column to db table
 * consolidated write operation
 * fixed storing reports when get_browser() would return empty
2018-05-26 15:59:01 +02:00

3 lines
94 B
SQL

ALTER TABLE `aowow_reports`
ADD COLUMN `createDate` INT UNSIGNED NOT NULL AFTER `status`;