giftweb-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Giftweb-discuss] SQL schema changes


From: Matthew T. Jachimstal
Subject: [Giftweb-discuss] SQL schema changes
Date: Mon, 16 Feb 2004 22:04:34 -0600

These should be all you need to do:

alter table session
rename key to session_key;

alter table items
add price numeric(8,2);

alter table items
add image text;

alter table giftweb
rename key to schema_key;

Matthew

--
Random thought #20 (Collect all 137)
It's impossible to make anything foolproof.
The fools are too damned ingenious.

| Matthew T. Jachimstal KG9LF
| email: address@hidden
| www: http://www.jachimstal.com
| <*> [\]

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]