mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-19 14:54:22 +01:00
set the tag field on registerpayment
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE public.payments DROP COLUMN tag;
|
||||
1
postgresql/migrations/000009_register_payment_tag.up.sql
Normal file
1
postgresql/migrations/000009_register_payment_tag.up.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE public.payments ADD tag jsonb NULL;
|
||||
Reference in New Issue
Block a user