IO-2604 Add vendor tags to search select & vendor edit screen.
This commit is contained in:
@@ -4909,6 +4909,7 @@
|
||||
- critical
|
||||
- id
|
||||
- jobid
|
||||
- pinned
|
||||
- private
|
||||
- text
|
||||
- type
|
||||
@@ -4923,6 +4924,7 @@
|
||||
- critical
|
||||
- id
|
||||
- jobid
|
||||
- pinned
|
||||
- private
|
||||
- text
|
||||
- type
|
||||
@@ -4947,6 +4949,7 @@
|
||||
- critical
|
||||
- id
|
||||
- jobid
|
||||
- pinned
|
||||
- private
|
||||
- text
|
||||
- type
|
||||
@@ -7120,6 +7123,7 @@
|
||||
- state
|
||||
- street1
|
||||
- street2
|
||||
- tags
|
||||
- updated_at
|
||||
- zip
|
||||
select_permissions:
|
||||
@@ -7143,6 +7147,7 @@
|
||||
- state
|
||||
- street1
|
||||
- street2
|
||||
- tags
|
||||
- updated_at
|
||||
- zip
|
||||
filter:
|
||||
@@ -7176,6 +7181,7 @@
|
||||
- state
|
||||
- street1
|
||||
- street2
|
||||
- tags
|
||||
- updated_at
|
||||
- zip
|
||||
filter:
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
-- Could not auto-generate a down migration.
|
||||
-- Please write an appropriate down migration for the SQL below:
|
||||
-- alter table "public"."vendors" add column "tags" jsonb
|
||||
-- not null default jsonb_build_array();
|
||||
@@ -0,0 +1,2 @@
|
||||
alter table "public"."vendors" add column "tags" jsonb
|
||||
not null default jsonb_build_array();
|
||||
Reference in New Issue
Block a user