Skip to content

Commit

Permalink
Commit amend fail: add jquery to postgresql.
Browse files Browse the repository at this point in the history
Signed-off-by: Norv <a.w.norv@gmail.com>
  • Loading branch information
norv committed May 27, 2013
1 parent 7531b66 commit 8d38ed1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install/upgrade_elk_1-0_postgresql.sql
Expand Up @@ -51,7 +51,7 @@ INSERT IGNORE INTO {$db_prefix}settings
(variable, value)
VALUES
('enable_disregard', 0);
IGNORE INTO {$db_prefix}settings
INSERT IGNORE INTO {$db_prefix}settings
(variable, value)
VALUES
('jquery_source', 'local');
Expand Down Expand Up @@ -643,4 +643,5 @@ ADD COLUMN message_id int NOT NULL DEFAULT '0';
---# Updating board profiles...
INSERT INTO {$db_prefix}board_permissions (id_group, id_profile, permission) VALUES (0, 1, 'postby_email');
INSERT INTO {$db_prefix}board_permissions (id_group, id_profile, permission) VALUES (0, 2, 'postby_email');
---#
---#

0 comments on commit 8d38ed1

Please sign in to comment.