aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db/schemas/postgres_basic.sql
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/db/schemas/postgres_basic.sql')
-rw-r--r--phpBB/db/schemas/postgres_basic.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/db/schemas/postgres_basic.sql b/phpBB/db/schemas/postgres_basic.sql
index bcc49cc03b..11d171bc6e 100644
--- a/phpBB/db/schemas/postgres_basic.sql
+++ b/phpBB/db/schemas/postgres_basic.sql
@@ -71,7 +71,7 @@ INSERT INTO phpbb_users (user_id, username, user_level, user_regdate, user_passw
-- Ranks
-INSERT INTO phpbb_ranks (rank_id, rank_title, rank_min, rank_max, rank_special, rank_image) VALUES ( 1, 'Site Admin', -1, -1, 1, NULL);
+INSERT INTO phpbb_ranks (rank_id, rank_title, rank_min, rank_special, rank_image) VALUES ( 1, 'Site Admin', -1, 1, NULL);
-- Groups