mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
Introduces the SPLIT value to the Type enum as a dormant foundation for stock split support; no behavior depends on it yet.pull/7433/head
3 changed files with 7 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||
-- AlterEnum |
|||
ALTER TYPE "Type" ADD VALUE 'SPLIT'; |
|||
Loading…
Reference in new issue