From 4812833435e8e38b422b9cad816ee080dfd8716d Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 10 Aug 2019 22:18:55 +0100 Subject: set default value for timestand on groups v2 invites table --- OpenSim/Data/MySQL/Resources/os_groups_Store.migrations | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'OpenSim/Data') diff --git a/OpenSim/Data/MySQL/Resources/os_groups_Store.migrations b/OpenSim/Data/MySQL/Resources/os_groups_Store.migrations index 6ec8914..1a8b565 100644 --- a/OpenSim/Data/MySQL/Resources/os_groups_Store.migrations +++ b/OpenSim/Data/MySQL/Resources/os_groups_Store.migrations @@ -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; -- cgit v1.1