Revision: | 42 |
Committed: | 2004-08-04T01:34:07-07:00 (20 years, 10 months ago) by douglas |
File size: | 233 byte(s) |
Log Message: | Haven't used this, if Seth wants it he can implement it. |
# | Content |
---|---|
1 | -- Zoe AIM Away Message RSS Feed Generator |
2 | -- |
3 | -- Seth King and Douglas Thrift |
4 | -- |
5 | -- $Id$ |
6 | |
7 | CREATE TABLE buddies (id CHAR(36) PRIMARY KEY, buddy VARCHAR(128) UNIQUE); |
8 | CREATE TABLE messages (stamp TIMESTAMP, message TEXT, id CHAR(36)); |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |