IO-3292 Add note pinning functionality.
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
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
-- Could not auto-generate a down migration.
|
||||
-- Please write an appropriate down migration for the SQL below:
|
||||
-- alter table "public"."notes" add column "pinned" boolean
|
||||
-- not null default 'false';
|
||||
@@ -0,0 +1,2 @@
|
||||
alter table "public"."notes" add column "pinned" boolean
|
||||
not null default 'false';
|
||||
Reference in New Issue
Block a user