Fixed up name search and postcode search

This commit is contained in:
Nick Black 2007-04-25 08:12:20 +00:00
parent 3b4ee4cb0f
commit 61ae5e7af0
5 changed files with 25 additions and 7 deletions

View file

@ -39,5 +39,5 @@ create table diary_entries(id bigint not null auto_increment, user_id bigint not
alter table diary_entries add created_at datetime;
alter table diary_entries add updated_at datetime;
alter table users add column (home_node_id bigint(64) default NULL);