mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
set default value for timestand on groups v2 invites table
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user