test
[mir.git] / dbscripts / updates / update20030920.sql
1 -- parent_id should not NOT NULL and should not have a DEFAULT 
2
3 ALTER TABLE topic ALTER parent_id DROP NOT NULL;
4 ALTER TABLE topic ALTER parent_id DROP DEFAULT;
5