diff --git a/notifications/setup/tables_update.inc.php b/notifications/setup/tables_update.inc.php new file mode 100644 index 0000000000..30818ba62a --- /dev/null +++ b/notifications/setup/tables_update.inc.php @@ -0,0 +1,25 @@ +oProc->AlterColumn('egw_notificationpopup','account_id',array( + 'type' => 'int', + 'precision' => '20', + 'nullable' => False + )); + + return $GLOBALS['setup_info']['notifications']['currentver'] = '0.6'; + } +?>