Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Fixed update sql.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchisari authored and The Appleseed Project committed Oct 20, 2010
1 parent eafba8f commit 191fcf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _release/update-0.7.8.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ create table `#__PrivacySettings` ( `Setting_PK` int(11) NOT NULL AUTO_INCREMENT

alter table `#__friendCircles` add Private BOOL;

alter table `#__friendCircles` add Private BOOL;
alter table `#__friendCircles` add Protected BOOL;

alter table `#__friendCircles` add Private BOOL;
alter table `#__friendCircles` add Shared BOOL;

0 comments on commit 191fcf9

Please sign in to comment.