Browse Source

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 năm trước cách đây
mục cha
commit
7a0465937e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 '',