projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bd30b7
)
Sync update script with current changes
author
Duck (Jakob Munih)
<duck@obala.net>
Sun, 22 Feb 2009 21:10:33 +0000
(22:10 +0100)
committer
Duck (Jakob Munih)
<duck@obala.net>
Sun, 22 Feb 2009 21:10:33 +0000
(22:10 +0100)
folks/scripts/upgrades/2009-02-16_friends.sql
patch
|
blob
|
history
diff --git
a/folks/scripts/upgrades/2009-02-16_friends.sql
b/folks/scripts/upgrades/2009-02-16_friends.sql
index
62263aa
..
33ba4ec
100644
(file)
--- a/
folks/scripts/upgrades/2009-02-16_friends.sql
+++ b/
folks/scripts/upgrades/2009-02-16_friends.sql
@@
-5,4
+5,6
@@
CREATE TABLE IF NOT EXISTS `folks_blacklist` (
);
INSERT folks_blacklist (`user_uid`, `friend_uid`)
- SELECT `user_uid`, `friend_uid` FROM `folks_friends` WHERE `group_id` = 0;
\ No newline at end of file
+ SELECT `user_uid`, `friend_uid` FROM `folks_friends` WHERE `group_id` = 1;
+
+DELETE FROM folks_friends WHERE `group_id` = 1;
\ No newline at end of file