Skip to content

Commit 9fd2cd4

Browse files
committed
refactor(notes): update note sql date format
1 parent ce48535 commit 9fd2cd4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

files/update/7081.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE `itmgmt_comments` CHANGE COLUMN `DATE_INSERT` `DATE_INSERT` DATETIME NULL AFTER `USER_INSERT`;

var.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
/**
7474
* OCS' MySQL database version
7575
*/
76-
define('GUI_VER', '7079');
76+
define('GUI_VER', '7081');
7777

7878

7979
/**

0 commit comments

Comments
 (0)