Skip to content

Commit

Permalink
Upgrade 1.0 Facebook manager
Browse files Browse the repository at this point in the history
  • Loading branch information
catch-point committed Apr 23, 2014
1 parent a6d9548 commit 599ea18
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/META-INF/upgrade/callimachus-1.3.ru
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,14 @@ INSERT {
FILTER NOT EXISTS { </admin> a calli:Purl }
};
DELETE {
?fb a </callimachus/1.0/types/FacebookManager>;
calli:authButton </callimachus/1.0/images/facebook_64.png>
} INSERT {
?fb a </callimachus/1.3/types/FacebookManager>;
calli:authButton </callimachus/1.3/images/facebook_64.png>
} WHERE {
?fb a </callimachus/1.0/types/FacebookManager>;
calli:authButton </callimachus/1.0/images/facebook_64.png>
};

0 comments on commit 599ea18

Please sign in to comment.