diff options
author | Zach Copley <zach@controlyourself.ca> | 2008-12-05 22:01:32 -0500 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2008-12-05 22:01:32 -0500 |
commit | dccf8374cf7e4673cbc83f695e1665031bdf6539 (patch) | |
tree | 72969db82213d3cc38d46553e1863441016479d0 /db | |
parent | 92ea88fd6030b3def92e100291102187be032490 (diff) |
trac750 - Exoskeleton of a nascent Facebook app
darcs-hash:20081206030132-7b5ce-96c38ab67edd3d58f8722ef25852a6143f05a86b.gz
Diffstat (limited to 'db')
-rw-r--r-- | db/foreign_services.sql | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/db/foreign_services.sql b/db/foreign_services.sql index 4eaa6cfa3..512d42513 100644 --- a/db/foreign_services.sql +++ b/db/foreign_services.sql @@ -2,4 +2,7 @@ insert into foreign_service (id, name, description, created) values ('1','Twitter', 'Twitter Micro-blogging service', now()); - +insert into foreign_service + (id, name, description, created) +values + ('2','Facebook', 'Facebook', now()); |