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());
This commit is contained in:
parent
20a0a4acff
commit
b98abc3ae7
@ -52,6 +52,10 @@ VALUES
|
|||||||
('socialoomphBfD4pMqz31', 'SocialOomph', 'http://www.socialoomph.com/', now()),
|
('socialoomphBfD4pMqz31', 'SocialOomph', 'http://www.socialoomph.com/', now()),
|
||||||
('spaz','Spaz','http://funkatron.com/spaz', now()),
|
('spaz','Spaz','http://funkatron.com/spaz', now()),
|
||||||
('StatusNet Desktop', 'StatusNet Desktop', 'http://status.net/desktop', now()),
|
('StatusNet Desktop', 'StatusNet Desktop', 'http://status.net/desktop', now()),
|
||||||
|
('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()),
|
||||||
('tarpipe','tarpipe','http://tarpipe.com/', now()),
|
('tarpipe','tarpipe','http://tarpipe.com/', now()),
|
||||||
('tjunar','Tjunar','http://nederflash.nl/boek/titels/tjunar-air', now()),
|
('tjunar','Tjunar','http://nederflash.nl/boek/titels/tjunar-air', now()),
|
||||||
('tr.im','tr.im','http://tr.im/', now()),
|
('tr.im','tr.im','http://tr.im/', now()),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user