addition of new dashboard
This commit is contained in:
2
backend/db/migrations/000020 - add-remote-url.sql
Normal file
2
backend/db/migrations/000020 - add-remote-url.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE public.agreement_content ADD COLUMN IF NOT EXISTS remote_url TEXT;
|
||||
CREATE INDEX IF NOT EXISTS idx__agreement_content__remote_url ON public.agreement_content(remote_url);
|
||||
Reference in New Issue
Block a user