Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Commit

Permalink
Forgot an all-important comma
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Jun 28, 2016
1 parent eeceed9 commit 2539349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Installer/sql/pgsql/99-inserts.sql
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ INSERT INTO airship_perm_contexts (contextid, cabin, locator) VALUES
(20, 'Hull', '/'),
(21, 'Bridge', 'blog'),
(22, 'Bridge', 'cabin/([^/]+)'),
(23, 'Bridge', 'cabins/manage')
(23, 'Bridge', 'cabins/manage'),
(24, 'Bridge', 'announcement/dismiss');

INSERT INTO airship_perm_rules (context, groupid, action) VALUES
Expand Down

0 comments on commit 2539349

Please sign in to comment.