Fixed up name search and postcode search
This commit is contained in:
parent
3b4ee4cb0f
commit
61ae5e7af0
5 changed files with 25 additions and 7 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue