mediawiki-extensions-Math/db/debug_fields_math_timestamp.sql
physikerwelt (Moritz Schubotz) ae5fc8a6f9 Backup
...testing and reviewing...
... all tests work locally...
.. mathjax is not ready to be released ..
.. jenkins can't add fields to the database..
.. further testing and debugging ...
.. cleanup the texvc..
Change-Id: I5132901ed2072c6af7b9ed82d267200d64c67939
2013-09-28 08:30:41 +00:00

5 lines
250 B
SQL

--
-- 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`);