gnu-social/db
Brion Vibber b98abc3ae7 Ticket #2725 - add StatusNet Mobile & platform variants to default notice sources lists.
To add just these to an existing table:

INSERT INTO notice_source
    (code, name, url, created)
VALUES
    ('StatusNet Mobile', 'StatusNet Mobile', 'http://status.net/mobile', now()),
    ('StatusNet iPhone', 'iPhone', 'http://status.net/iphone', now()),
    ('StatusNet Android', 'Android', 'http://status.net/android', now()),
    ('StatusNet Blackberry', 'Blackberry', 'http://status.net/blackberry', now());
2010-09-16 12:36:18 -07:00
..
08to09.sql Roll up some missing items from 08to09.sql; now hits all changed tables/columns/keys in core. 2010-03-04 08:49:04 -08:00
08to09_pg.sql Merge commit 'origin/0.9.x' into 0.9.x 2010-08-16 02:52:23 +00:00
074to080.sql Revert "changed file.url column type from varcahr(255) to varchar(2047)" 2009-08-11 14:41:48 +12:00
074to080_pg.sql Revert "changed file.url column type from varcahr(255) to varchar(2047)" 2009-08-11 14:41:48 +12:00
beta5tobeta6.sql add beta5 to beta6 script 2010-02-25 22:30:04 -05:00
foreign_services.sql - Reworked login / logout workflow 2009-05-21 05:43:11 +00:00
innodb.sql a little sql script to drop full-text index and use innodb for profile and notice 2009-06-23 09:16:41 -07:00
location_namespace.sql add a couple of location namespaces 2009-10-21 22:43:40 -04:00
notice_source.sql Ticket #2725 - add StatusNet Mobile & platform variants to default notice sources lists. 2010-09-16 12:36:18 -07:00
rc2torc3.sql script to upgrade from RC2 to RC3 2010-01-13 17:28:31 -08:00
rc3torc4.sql fix update script -- read the diff wrong and put a couple fields on wrong table (whoops) 2010-01-27 17:34:13 -08:00
site.sql leaving tags column in (for now) 2010-07-28 11:43:47 -04:00
site_093to094.sql SQL script to update status_network table 2010-07-28 11:50:04 -04:00
sms_carrier.sql Add ChinaMobile as an email to SMS carrier 2009-09-13 00:16:50 -04:00
statusnet.sql Add index on group_index.notice_id, needed to pull list of target groups for inbox delivery. 2010-03-01 13:09:20 -08:00
statusnet_pg.sql removed the notice.location column from postgres def -- snuck in on a git commit by Patrick G 2010-08-16 14:47:18 +12:00