brosner / oebfare

my personal blog written with django

This URL has Read+Write access

Brian Rosner (author)
Fri Apr 03 18:57:06 -0700 2009
commit  6fe1b33c4149f431c159635a7560b1c63040a841
tree    fe410a9b7b8a6c00db238711db7a0dd810846295
parent  8ff6a7e07a0fc5a8e806a86a73b98a0e2d9ff65b
oebfare / sql / 002.sql
100644 3 lines (3 sloc) 0.243 kb
1
2
3
-- this sql is for anyone who used oebfare before the recent changes by
-- myself and leah culver. this keeps things compatible (hence the rst default).
ALTER TABLE blog_post ADD COLUMN markup_type character varying(10) NOT NULL DEFAULT 'rst';