set the tag field on registerpayment

This commit is contained in:
Jesse de Wit
2023-02-13 10:07:10 +01:00
parent ef3a001d54
commit 8e2c9bd9ce
4 changed files with 31 additions and 11 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE public.payments DROP COLUMN tag;

View File

@@ -0,0 +1 @@
ALTER TABLE public.payments ADD tag jsonb NULL;