set default value for timestand on groups v2 invites table

0.9.1.0-post-fixes
UbitUmarov 2019-08-10 22:18:55 +01:00
parent ffd5c5cc9c
commit 4812833435
1 changed files with 8 additions and 0 deletions

View File

@ -113,3 +113,11 @@ DROP TABLE `diva_groups_principals`;
DELETE FROM `migrations` WHERE name='diva_im_Store';
COMMIT;
:VERSION 3 # --------------------------
ALTER TABLE `os_groups_invites`
MODIFY `TMStamp` timestamp NOT NULL, default CURRENT_TIMESTAMP;
COMMIT;