diff options
Diffstat (limited to 'phpBB/db/postgres_basic.sql')
-rwxr-xr-x | phpBB/db/postgres_basic.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/db/postgres_basic.sql b/phpBB/db/postgres_basic.sql index 8a85a51a51..85e650c91c 100755 --- a/phpBB/db/postgres_basic.sql +++ b/phpBB/db/postgres_basic.sql @@ -7,6 +7,7 @@ -- Config INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_disable','0'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('sitename','yourdomain.com'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('site_desc','A _little_ text to describe your forum'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_name','phpbb2postgres'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_path','/'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_domain',''); |