mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Track account balance dynamically in AccountActivity
This commit is contained in:
parent
416390a3c4
commit
27e441bc24
4 changed files with 19 additions and 3 deletions
|
@ -226,7 +226,8 @@ CREATE TABLE public.account_activities (
|
|||
creator_str character varying,
|
||||
updator_str character varying,
|
||||
activity_type character varying,
|
||||
price_id integer
|
||||
price_id integer,
|
||||
new_balance numeric(10,2)
|
||||
);
|
||||
|
||||
|
||||
|
@ -4959,6 +4960,7 @@ INSERT INTO "schema_migrations" (version) VALUES
|
|||
('20200908131554'),
|
||||
('20200910085157'),
|
||||
('20200910102028'),
|
||||
('20200916125326');
|
||||
('20200916125326'),
|
||||
('20210215101019');
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue