зеркало из https://github.com/nextcloud/news.git
changed timestamp datatype to integer which fixes #10
This commit is contained in:
Родитель
35e4283ae4
Коммит
89a1713f06
|
@ -167,8 +167,8 @@
|
|||
</field>
|
||||
<field>
|
||||
<name>pub_date</name>
|
||||
<type>timestamp</type>
|
||||
<default>0000-00-00 00:00:00</default>
|
||||
<type>integer</type>
|
||||
<unsigned>true</unsigned>
|
||||
<notnull>false</notnull>
|
||||
</field>
|
||||
<field>
|
||||
|
|
|
@ -1 +1 @@
|
|||
8.0
|
||||
8.1
|
Загрузка…
Ссылка в новой задаче