fix: [database update] fix

- for older mysql versions
pull/9615/head
Andras Iklody 2024-03-06 10:24:54 +01:00 committed by GitHub
parent bdc0637e3d
commit e42802bcfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2123,8 +2123,8 @@ class AppModel extends Model
`org_id` int(10) unsigned NOT NULL,
`orgc_id` int(10) unsigned NOT NULL,
`user_id` int(10) unsigned NOT NULL,
`created` datetime DEFAULT CURRENT_TIMESTAMP,
`modified` datetime ON UPDATE CURRENT_TIMESTAMP,
`created` datetime NOT NULL,
`modified` datetime NOT NULL,
`distribution` tinyint(4) NOT NULL,
`sharing_group_id` int(10) unsigned,
`name` varchar(191) NOT NULL,