ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/Zoe.sql
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.

File Contents

# 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));

Properties

Name Value
svn:eol-style native
svn:keywords Id