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

2 lines
87 B
SQL

USE `ccio`;
ALTER TABLE Videos CHANGE end end TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP;