mediawiki-extensions-Math/db/debug_fields_math_timestamp.sql

5 lines
250 B
MySQL
Raw Permalink Normal View History

--
-- Used by the math module to keep extra information for debugging
--
ALTER TABLE /*_*/math ADD math_timestamp timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP;
ALTER TABLE /*_*/math ADD KEY `math_timestamp` (`math_timestamp`);