Update of /cvsroot/roller/roller/metadata/database
In directory sc8-pr-cvs1:/tmp/cvs-serv32401/metadata/database
Modified Files:
098-to-099-migration-raw.sql
Log Message:
Bookmark folder tree has a root now. Also, refactored some tests.
Index: 098-to-099-migration-raw.sql
===================================================================
RCS file:
/cvsroot/roller/roller/metadata/database/098-to-099-migration-raw.sql,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** 098-to-099-migration-raw.sql 28 Nov 2003 04:54:57 -0000 1.3
--- 098-to-099-migration-raw.sql 7 Dec 2003 16:38:08 -0000 1.4
***************
*** 7,12 ****
-- ensure that folder names unique within a folder
alter table folder add unique folder_namefolderid_uq (parentid, name(20));
-
- -- get rid of root folders thus making all folders top level folders
- delete from folder where name='root';
- update folder set parentid=null;
\ No newline at end of file
--- 7,8 ----
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
|