Update of /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/struct
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7857/struct
Modified Files:
delicious_tags.sql
Log Message:
updates for 0.02
Index: delicious_tags.sql
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/struct/delicious_tags.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** delicious_tags.sql 24 Oct 2004 16:40:09 -0000 1.1
--- delicious_tags.sql 25 Oct 2004 02:29:30 -0000 1.2
***************
*** 8,11 ****
created_on %%DATETIME%% NULL,
PRIMARY KEY( tag_id ),
! UNIQUE( tag, type, object_id )
);
\ No newline at end of file
--- 8,11 ----
created_on %%DATETIME%% NULL,
PRIMARY KEY( tag_id ),
! UNIQUE( tag, object_type, object_id )
);
\ No newline at end of file
|