root/ip/trunk/install/schemas/mysql_basic.sql

167170
1
## Better leaving these input at the beginning... so they will be inserted as first values into tables
1
## Better leaving these input at the beginning... so they will be inserted as first values into tables
2
## Roll on version
2
## Roll on version
3
INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('version', '.0.23');
3
INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('version', '.0.23');
4
INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('ip_version', '1.3.5.58');
4
INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('ip_version', '1.3.6.59');
5
INSERT INTO `phpbb_album_config` (`config_name`, `config_value`) VALUES ('fap_version', '1.5.0');
5
INSERT INTO `phpbb_album_config` (`config_name`, `config_value`) VALUES ('fap_version', '1.5.0');
6
## INSERT INTO phpbb_link_config (config_name, config_value) VALUES ('site_logo', 'http://www.mightygorgon.com/images/banners/banner_mightygorgon.gif');
6
## INSERT INTO phpbb_link_config (config_name, config_value) VALUES ('site_logo', 'http://www.mightygorgon.com/images/banners/banner_mightygorgon.gif');
7
## INSERT INTO phpbb_link_config (config_name, config_value) VALUES ('site_url', 'http://www.mightygorgon.com/');
7
## INSERT INTO phpbb_link_config (config_name, config_value) VALUES ('site_url', 'http://www.mightygorgon.com/');