Shinobi/sql/update-13-7-2017.sql

2 lines
87 B
MySQL
Raw Normal View History

2018-06-09 23:34:06 +00:00
USE `ccio`;
ALTER TABLE Videos CHANGE end end TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP;