barebones freetext field
This commit is contained in:
parent
4e2fab67c5
commit
7b2ca09133
4 changed files with 37 additions and 2 deletions
3
migrations/demo.db/0006_contact-text-body.sql
Normal file
3
migrations/demo.db/0006_contact-text-body.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
alter table contacts
|
||||
add column
|
||||
text_body text;
|
||||
3
migrations/each_user/0006_contact-text-body.sql
Normal file
3
migrations/each_user/0006_contact-text-body.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
alter table contacts
|
||||
add column
|
||||
text_body text;
|
||||
Loading…
Add table
Add a link
Reference in a new issue