mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-02 10:45:17 -05:00
* fix(team-plans): track departed member usage so value not lost * reset usage to 0 when they leave team * prep merge with stagig * regen migrations * fix org invite + ws selection' --------- Co-authored-by: Waleed <walif6@gmail.com>
1 line
91 B
SQL
1 line
91 B
SQL
ALTER TABLE "organization" ADD COLUMN "departed_member_usage" numeric DEFAULT '0' NOT NULL; |