Ver código fonte

Update install_2-1_postgresql.sql

! 'location' field removed (field was dropped from older versions in upgrade package)

Signed-off-by: -Underdog- [email protected]
Underdog 11 anos atrás
pai
commit
7a0465937e
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      other/install_2-1_postgresql.sql

+ 0 - 1
other/install_2-1_postgresql.sql

@@ -1626,7 +1626,6 @@ CREATE TABLE {$db_prefix}members (
   birthdate date NOT NULL default '0001-01-01',
   website_title varchar(255) NOT NULL,
   website_url varchar(255) NOT NULL,
-  location varchar(255) NOT NULL,
   hide_email smallint NOT NULL default '0',
   show_online smallint NOT NULL default '1',
   time_format varchar(80) NOT NULL default '',