aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db/schemas/postgres_basic.sql
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-04-20 23:43:46 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-04-20 23:43:46 +0000
commit9649ececed8a283ff3c63c2db4f9a0ccc5d9763c (patch)
tree95451f6b5e4c4e78d07487ae94b52eed13e0e13e /phpBB/db/schemas/postgres_basic.sql
parentfa3d0694a8ecdd6c4cfc59fa34d270ea50d22fb2 (diff)
downloadforums-9649ececed8a283ff3c63c2db4f9a0ccc5d9763c.tar
forums-9649ececed8a283ff3c63c2db4f9a0ccc5d9763c.tar.gz
forums-9649ececed8a283ff3c63c2db4f9a0ccc5d9763c.tar.bz2
forums-9649ececed8a283ff3c63c2db4f9a0ccc5d9763c.tar.xz
forums-9649ececed8a283ff3c63c2db4f9a0ccc5d9763c.zip
Associated schema changes
git-svn-id: file:///svn/phpbb/trunk@2537 89ea8834-ac86-4346-8a33-228a782c2dd0
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 884b7f6b96..6f820ebb08 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', '.1.0 [20020420]');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '.1.0 [20020421]');
-- Categories
INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES (1, 'Test category 1', 10);