[Scummvm-git-logs] scummvm-web master -> da09516b9d82dae84a4585b9733b9a3ebd9e341f

Mataniko mataniko at gmail.com
Tue Jan 19 00:31:44 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
da09516b9d WEB: Change release_date column to timestamp


Commit: da09516b9d82dae84a4585b9733b9a3ebd9e341f
    https://github.com/scummvm/scummvm-web/commit/da09516b9d82dae84a4585b9733b9a3ebd9e341f
Author: Mataniko (mataniko at gmail.com)
Date: 2021-01-18T19:31:37-05:00

Commit Message:
WEB: Change release_date column to timestamp

Changed paths:
    schema.xml


diff --git a/schema.xml b/schema.xml
index c3f238f6..573a78a8 100644
--- a/schema.xml
+++ b/schema.xml
@@ -60,7 +60,7 @@
     <column name="major" type="SMALLINT" required="true"/>
     <column name="minor" type="SMALLINT" required="true"/>
     <column name="patch" type="SMALLINT" required="true"/>
-    <column name="release_date" type="date" required="true"/>
+    <column name="release_date" type="timestamp" required="true"/>
   </table>
   <table name="screenshot" phpName="Screenshot">
     <!-- id	variant	platform_id	language	filemask -->




More information about the Scummvm-git-logs mailing list