[mythtv-commits] mythtv/master commit: 695511514 by Michael T. Dean (sphery)
MythTV
noreply at mythtv.org
Mon Jan 17 18:52:58 UTC 2011
Author: Michael T. Dean <mdean at mythtv.org>
Change Date: 2011-01-17T10:52:28-08:00
Push Date: 2011/01/17 10:52:54 -0800
Repository: mythtv
Branch: master
New Revision: 695511514a6778b495c4f492a03aa93066c788a5
Changeset: https://github.com/MythTV/mythtv/commit/695511514
Log:
Update the timestamp columns in mythplugins.
Following SHA1: 81f3a7e0586df4ca9c0880480a30f9b3faa1036b , update the
timestamp columns in mythplugins to explicitly specify properties since MySQL
has changed default properties several times since 3.23. This ensures that
all schemas use the correct properties.
Two of the 3 changes in MythMusic are historical--since the table containing
one of the 3 columns was dropped and a 2nd column was changed to a datetime
field. The remaining one column in MythMusic and one in MythWeather still
exist, but are almost definitely correct in the vast majority of databases.
This change just ensures that they will remain correct regardless of changes
to MySQL server.
Modified:
mythplugins/mythmusic/mythmusic/dbcheck.cpp
mythplugins/mythweather/mythweather/dbcheck.cpp
mythtv/bindings/python/MythTV/static.py
More information about the mythtv-commits
mailing list