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_pg.sql Merge commit 'origin/0.9.x' into 0.9.x 2010-08-16 02:52:23 +00: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
074to080_pg.sql
074to080.sql
beta5tobeta6.sql
foreign_services.sql
innodb.sql
location_namespace.sql
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
rc3torc4.sql
site_093to094.sql SQL script to update status_network table 2010-07-28 11:50:04 -04:00
site.sql leaving tags column in (for now) 2010-07-28 11:43:47 -04:00
sms_carrier.sql
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
statusnet.sql