* Added new SQL upgrade and structure * Added post time and author to admin panel * Added post time and author to news list Fixes #226
2 lines
96 B
SQL
2 lines
96 B
SQL
ALTER TABLE `news` ADD `time` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `content` ;
|