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 d963996cfd..1c03c278ec 100644
--- a/phpBB/db/schemas/postgres_basic.sql
+++ b/phpBB/db/schemas/postgres_basic.sql
@@ -61,7 +61,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('record_online_date
INSERT INTO phpbb_config (config_name, config_value) VALUES ('server_name', 'www.yourdomain.tld');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('server_port', '80');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('script_path', '/phpBB2/');
-INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', 'RC-3');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', 'RC-4');
-- Categories
INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES (1, 'Test category 1', 10);