Skip to content

Commit

Permalink
Update update.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Jan 21, 2025
1 parent 5eb10c1 commit 3cedad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trunk/install/update.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ alter table users add column starred int default 0 after activecode ;
alter table users add column expiry_date date not null default '2099-01-01' after reg_time;
alter table contest add column contest_type tinyint UNSIGNED default 0 after `password`;
alter table contest add column subnet varchar(255) not null default '' after contest_type;
alter table online modify refer varchar(4096) DEFAULT NULL;
#create fulltext index problem_title_source_index on problem(title,source);


0 comments on commit 3cedad0

Please sign in to comment.