Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
91d4abf07c
commit
5d71b2073e
@@ -960,6 +960,7 @@ export type Database = {
|
||||
font_size_pt: number
|
||||
hide_title: boolean
|
||||
id: string
|
||||
line_height: number
|
||||
name: string
|
||||
signature_blocks: Json
|
||||
title: string
|
||||
@@ -975,6 +976,7 @@ export type Database = {
|
||||
font_size_pt?: number
|
||||
hide_title?: boolean
|
||||
id?: string
|
||||
line_height?: number
|
||||
name: string
|
||||
signature_blocks?: Json
|
||||
title?: string
|
||||
@@ -990,6 +992,7 @@ export type Database = {
|
||||
font_size_pt?: number
|
||||
hide_title?: boolean
|
||||
id?: string
|
||||
line_height?: number
|
||||
name?: string
|
||||
signature_blocks?: Json
|
||||
title?: string
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE public.custom_form_templates
|
||||
ADD COLUMN IF NOT EXISTS line_height NUMERIC NOT NULL DEFAULT 1.5;
|
||||
Reference in New Issue
Block a user