mysql> use Example_Site1Drupal; mysql> select * from notifications; +-----+-----+-------------------+------------+------------+---------------+-------------+------+--------+--------+-------------+ | sid | uid | type | event_type | conditions | send_interval | send_method | cron | module | status | destination | +-----+-----+-------------------+------------+------------+---------------+-------------+------+--------+--------+-------------+ | 8 | 1 | custom_everything | node | 1 | 0 | mail | 1 | | 1 | | +-----+-----+-------------------+------------+------------+---------------+-------------+------+--------+--------+-------------+ 1 row in set (0.00 sec) mysql> use Exampl2Drupal; mysql> select * from notifications; +-----+-----+-------------------+------------+------------+---------------+-------------+------+--------+--------+-------------+ | sid | uid | type | event_type | conditions | send_interval | send_method | cron | module | status | destination | +-----+-----+-------------------+------------+------------+---------------+-------------+------+--------+--------+-------------+ | 15 | 1 | custom_allcontent | node | 1 | 0 | mail | 1 | | 1 | | +-----+-----+-------------------+------------+------------+---------------+-------------+------+--------+--------+-------------+ 1 row in set (0.00 sec) mysql> use Example_Site1Drupal; mysql> select * from notifications_custom; +------+-------------------+-------------+--------+-------------------------+-----------------------------------------------------------------------------------------------------+------------+--------+----------+----------+------------+---------------+---------------------------------------------------------------+ | csid | type | title | module | name | description | event_type | weight | required | register | visibility | default_value | fields | +------+-------------------+-------------+--------+-------------------------+-----------------------------------------------------------------------------------------------------+------------+--------+----------+----------+------------+---------------+---------------------------------------------------------------+ | 1 | custom_everything | All content | | All content on the site | Be notified of all new or updated content on Example_Site1.net (including blogs, forums, etc.). | node | 0 | 0 | 0 | 1 | 1 | a:1:{i:0;a:2:{s:4:"type";s:4:"type";s:5:"value";s:4:"blog";}} | +------+-------------------+-------------+--------+-------------------------+-----------------------------------------------------------------------------------------------------+------------+--------+----------+----------+------------+---------------+---------------------------------------------------------------+ 1 row in set (0.00 sec) mysql> use Exampl2Drupal; mysql> select * from notifications_custom; +------+-------------------+-------------+--------+-------------------------+-----------------------------------------------------------------------------------------------------+------------+--------+----------+----------+------------+---------------+---------------------------------------------------------------+ | csid | type | title | module | name | description | event_type | weight | required | register | visibility | default_value | fields | +------+-------------------+-------------+--------+-------------------------+-----------------------------------------------------------------------------------------------------+------------+--------+----------+----------+------------+---------------+---------------------------------------------------------------+ | 1 | custom_allcontent | All content | | All content on the site | Be notified of all new or updated content on Exampl2.com (site-wide including blogs, forums, etc.). | node | -10 | 0 | 0 | 1 | 1 | a:1:{i:0;a:2:{s:4:"type";s:4:"type";s:5:"value";s:4:"blog";}} | +------+-------------------+-------------+--------+-------------------------+-----------------------------------------------------------------------------------------------------+------------+--------+----------+----------+------------+---------------+---------------------------------------------------------------+ 1 row in set (0.00 sec) mysql> use Example_Site1Drupal; mysql> select * from notifications_event; +-----+--------+------+--------+-----+----------+------+---------------------------+------------+---------+ | eid | module | type | action | oid | language | uid | params | created | counter | +-----+--------+------+--------+-----+----------+------+---------------------------+------------+---------+ | 19 | node | node | update | 73 | NULL | 1 | a:1:{s:3:"nid";s:2:"73";} | 1243276058 | 0 | | 18 | node | node | update | 77 | NULL | 1 | a:1:{s:3:"nid";s:2:"77";} | 1243275518 | 0 | +-----+--------+------+--------+-----+----------+------+---------------------------+------------+---------+ 2 rows in set (0.00 sec) mysql> use Exampl2Drupal; mysql> select * from notifications_event; Empty set (0.00 sec) mysql> use Example_Site1Drupal; mysql> select * from notifications_fields; +-----+--------+-------+--------+ | sid | field | value | intval | +-----+--------+-------+--------+ | 8 | author | 1 | 1 | +-----+--------+-------+--------+ 1 row in set (0.00 sec) mysql> use Exampl2Drupal; mysql> select * from notifications_fields; +-----+--------+-------+--------+ | sid | field | value | intval | +-----+--------+-------+--------+ | 15 | author | 1 | 1 | +-----+--------+-------+--------+ 1 row in set (0.00 sec) mysql> use Example_Site1Drupal; mysql> select * from notifications_queue; +------+-----+-----+------+----------+------+---------------+-------------+------------+------------+------+------------+--------+-------------+ | sqid | eid | sid | uid | language | type | send_interval | send_method | sent | created | cron | conditions | module | destination | +------+-----+-----+------+----------+------+---------------+-------------+------------+------------+------+------------+--------+-------------+ | 10 | 15 | 8 | 1 | NULL | NULL | 0 | mail | 1243269063 | 1243269062 | 0 | 1 | | | | 11 | 16 | 8 | 1 | NULL | NULL | 0 | mail | 1243271682 | 1243271682 | 0 | 1 | | | | 12 | 17 | 8 | 1 | NULL | NULL | 0 | mail | 1243274369 | 1243274367 | 0 | 1 | | | | 13 | 18 | 8 | 1 | NULL | NULL | 0 | mail | 1243275521 | 1243275518 | 0 | 1 | | | | 14 | 19 | 8 | 1 | NULL | NULL | 0 | mail | 1243276061 | 1243276058 | 0 | 1 | | | +------+-----+-----+------+----------+------+---------------+-------------+------------+------------+------+------------+--------+-------------+ 5 rows in set (0.00 sec) mysql> use Exampl2Drupal; mysql> select * from notifications_queue; Empty set (0.00 sec)