You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ghostfolio/prisma/migrations
Thomas Kaul 8a9ae9bb33
Feature/allocations by etf holding (#3464)
5 months ago
..
20210604190809_initial_migration
20210605161257_added_symbol_profile
20210612110542_added_auth_device
20210616075245_added_sectors_to_symbol_profile
20210703194509_added_balance_to_account
20210724160404_added_currency_to_symbol_profile
20210807062952_added_is_draft_to_order
20210808075949_added_asset_class_to_symbol_profile
20210815180121_added_settings_to_settings
20210822200534_added_asset_sub_class_to_symbol_profile
20210913190808_changed_currency_to_optional_in_order
20210916182355_added_data_source_to_market_data
20210918183212_removed_default_value_of_data_source
20210921151004_changed_currency_from_enum_to_string
20211018203042_changed_grantee_user_to_optional_in_access
20211107082008_added_symbol_mapping_to_symbol_profile
20211107171624_added_scraper_configuration_to_symbol_profile
20211215203002_migrated_schema_to_prisma_3
20211215205808_added_dividend_to_order_type
20220108083624_added_google_sheets_to_data_source
20220202192001_changed_data_source_to_optional_in_order
20220202192041_changed_symbol_to_optional_in_order
20220202192216_changed_symbol_profile_to_required_in_order
20220205195653_added_default_value_for_provider_in_user
20220209194930_added_manual_to_data_source
20220209195038_added_item_to_order_type
20220227092214_added_mutualfund_to_asset_sub_class
20220227093650_added_url_to_symbol_profile
20220302184222_removed_data_source_from_order
20220302191841_removed_currency_from_order
20220302193633_removed_symbol_from_order
20220302200727_changed_currency_to_required_in_symbol_profile
20220313200604_added_fixed_income_to_asset_class
20220313200721_added_bond_to_asset_sub_class
20220422174935_added_symbol_profile_overrides
20220422183831_added_commodity_to_asset_sub_class
20220424064155_changed_various_ids_with_multiple_fields
20220424152051_added_tags_to_order
20220430083454_added_real_estate_to_asset_class
20220430083631_added_precious_metal_to_asset_sub_class
20220430193522_added_private_equity_to_asset_sub_class
20220529071429_added_eod_historical_data_to_data_source
20220716071244_added_internet_identity_to_provider
20220725155238_added_comment_to_order
20220808181846_added_url_to_symbol_profile_overrides
20220808191912_added_default_value_for_countries_of_symbol_profile_overrides
20220808192002_added_default_value_for_sectors_of_symbol_profile_overrides
20220827074920_added_alias_to_access
20220903065048_removed_alias_from_user
20220910135140_removed_currency_and_view_mode_from_user
20220924175215_added_is_excluded_to_account
20221015160602_added_rapid_api_to_data_source
20221128064317_added_comment_to_symbol_profile
20221225084546_removed_rakuten_from_data_source
20221227203757_added_price_to_subscription
20230205173009_added_country_to_analytics
20230215174320_changed_data_source_from_ghostfolio_to_manual
20230217173323_removed_ghostfolio_from_data_source
20230222200407_added_coingecko_to_data_source
20230318081658_added_isin_to_symbol_profile
20230422180309_added_data_source_to_market_data_as_unique_constraint
20230424194009_added_state_to_market_data
20230511070258_added_financial_modeling_prep_to_data_source
20230610083653_added_comment_to_account
20230614345544_added_liability_to_order_type
20230723104112_added_account_balances_to_account
20230915141658_changed_account_type_to_optional_in_account Feature/remove account type from user interface (#2335) 1 year ago
20230917074305_added_fee_to_order_type Feature/add support for fees on account level (#1954) 1 year ago
20230918204124_added_interest_to_order_type Feature/add support for interest on account level (#2354) 1 year ago
20231021094346_added_figi_figi_composite_and_figi_share_class_to_symbol_profile Feature/setup open figi (#2526) 1 year ago
20231105135400_set_value_of_account_type_to_null_in_account Feature/add database migration to reset account type in account table (#2602) 1 year ago
20231107080536_removed_account_type_from_account Feature/remove account type from account database model (#2616) 1 year ago
20240106124731_removed_account_type_enum Feature/remove account type enum (#2832) 10 months ago
20240106131428_added_permissions_to_access Feature/add permissions to access model (#2833) 10 months ago
20240218173439_added_inactive_to_role Feature/add inactive as user role (#3024) 9 months ago
20240219182116_added_missing_indexes Feature/add missing database indexes (#3026) 9 months ago
20240221201438_added_missing_indexes Feature/add missing database indexes part 2 (#3033) 9 months ago
20240224102024_removed_is_default_from_account Feature/remove is default flag from account database schema (#3041) 9 months ago
20240229191929_added_index_for_is_excluded_to_account Feature/add index for is excluded to account database table (#3067) 9 months ago
20240323080559_added_index_for_data_source_symbol_to_market_data Feature/add index for data source symbol to market data table (#3179) 8 months ago
20240407073037_added_currency_to_order Feature/add currency to order database schema (#3251) 7 months ago
20240421080039_added_account_id_and_date_to_account_balance_as_unique_constraint Feature/add unique constraint to account balance database schema (#3315) 7 months ago
20240422181320_added_liquidity_to_asset_class Feature/change cash to liquidity in asset class enum (#3321) 7 months ago
20240422181356_added_cash_to_asset_sub_class Feature/change cash to liquidity in asset class enum (#3321) 7 months ago
20240422181835_changed_cash_to_liquidity_in_asset_sub_class Feature/change cash to liquidity in asset class enum (#3321) 7 months ago
20240422182643_removed_cash_from_asset_class Feature/change cash to liquidity in asset class enum (#3321) 7 months ago
20240601083002_added_cascade_on_delete_for_various_relations Feature/setup cascading on delete for various relations in database schema (#3445) 6 months ago
20240607122659_added_holdings_to_symbol_profile Feature/allocations by etf holding (#3464) 5 months ago
migration_lock.toml