Welcome Guest! To enable all features please
Login or Register.
FILE:
mssql/constraints.sql
ERROR:
The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'dbo.yaf_Thanks' and the index name 'IX_yaf_Thanks'. The duplicate key value is ( 297, 98 ).
Could not create constraint. See previous errors.
The statement has been terminated.
STATEMENT:
if not exists(select * from dbo.sysindexes where id=object_id('[dbo].[yaf_Thanks]') and name='IX_yaf_Thanks')
alter table [dbo].[yaf_Thanks] add constraint IX_yaf_Thanks unique nonclustered([ThanksFromUserID],[ThanksToUserID])
Edited by user
2009-12-28T04:02:05Z
|
Reason: Not specified
mir scheissegal
I'll fix it it's my fault:wink: .
Update:
Should be fixed in svn r3037
Edited by user
2009-12-28T06:51:49Z
|
Reason: Update
Forum Jump
- You cannot post new topics in this forum.
- You cannot reply to topics in this forum.
- You cannot delete your posts in this forum.
- You cannot edit your posts in this forum.
- You cannot create polls in this forum.
- You cannot vote in polls in this forum.
Important Information:
The YAF.NET Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close