stock-management-demo/prisma/migrations
2025-04-27 21:18:01 +00:00
..
20250425072554_init Adds in initial migration, recommends ESLint VS Code extension and sets up defaults to format with ESLint on save and use ESLint as the general formatter 2025-04-25 08:48:14 +01:00
20250425115643_add_session_table Changes sessions to be stored in the DB, this ensures that sessions persist after a restart! 2025-04-25 13:03:25 +01:00
20250425181700_add_log_table Add in Pino logging and make UI consistent across the app. 2025-04-25 19:34:17 +01:00
20250425195011_add_mantis_tables Adds in Mantis features. Enabling automated downloading of Mantises into the internal database, browsing of them, and viewing of attachments (including .msg files). 2025-04-26 10:54:04 +01:00
20250425200121_fix_database Adds in Mantis features. Enabling automated downloading of Mantises into the internal database, browsing of them, and viewing of attachments (including .msg files). 2025-04-26 10:54:04 +01:00
20250426101758_add_mantis_indexes Add filters. 2025-04-26 11:26:38 +01:00
20250426122659_add_fts_columns_and_triggers Adds full text indexes, and advanced search capabilities to the StyleAI chat bot. 2025-04-26 14:20:15 +01:00
20250426123027_fts_fix Adds full text indexes, and advanced search capabilities to the StyleAI chat bot. 2025-04-26 14:20:15 +01:00
20250426123432_readd_fts_index Adds full text indexes, and advanced search capabilities to the StyleAI chat bot. 2025-04-26 14:20:15 +01:00
20250427170139_add_mantis_files Migrated to using Bun instead of Node and PNPM. This also brings in a Devcontainer which enables quick and easy development of the project. Additionally this adds connectivity to S3 (with a default Minio server pre-created) this enables Files to be uploaded against Mantises. There's also a new Internal Notes feature to store arbitrary text notes against a Mantis. 2025-04-27 21:18:01 +00:00
20250427210427_add_mantis_notes Migrated to using Bun instead of Node and PNPM. This also brings in a Devcontainer which enables quick and easy development of the project. Additionally this adds connectivity to S3 (with a default Minio server pre-created) this enables Files to be uploaded against Mantises. There's also a new Internal Notes feature to store arbitrary text notes against a Mantis. 2025-04-27 21:18:01 +00:00
migration_lock.toml Adds in AI chatting system. 2025-04-24 23:20:20 +01:00