sql/update_db_0_10_to_0_13.sql
author ymh <ymh.work@gmail.com>
Mon, 24 Jan 2011 10:27:42 +0100
changeset 137 d363fa6232b2
parent 47 699be5c7b4ac
permissions -rw-r--r--
add polemic and twitter info
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
41
a5719dcb742a add content creation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
ALTER TABLE ldt_utils_content ALTER COLUMN src DROP NOT NULL;
a5719dcb742a add content creation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
ALTER TABLE ldt_utils_content ADD COLUMN content_creation_date timestamp with time zone;