targo-backend/prisma/migrations
2026-01-08 12:13:14 -05:00
..
20250717164330_dev_v1 fix(schema): change user id field to uuid instead of text, remove some unique constraints 2025-07-17 13:06:41 -04:00
20250723195927_add_expense_expense_codes_models feat(DB): added expenses and expense_codes to DB 2025-07-23 16:00:26 -04:00
20250724141128_added_comment_to_shifts_and_minor_expenses_fix fix(import): added imports for expenses and expense-codes modules to app.module 2025-07-24 10:27:07 -04:00
20250724191659_create_pay_period_view refactor(pay-period): ajusted logics services and controller of model pay-periods 2025-08-19 14:49:47 -04:00
20250728181507_archive_and_minor_fixes fix(prisma): pay-periods fix 2025-07-28 14:33:31 -04:00
20250729165951_fix_employees_crew_and_default_now_in_shifts_archive feat(archival): setup services and modules for archivation options via Cron job. small fixes to schema.prisma 2025-07-29 14:54:19 -04:00
20250730171515_consolidate_bank_codes fix(prisma): small pay-period fix 2025-07-30 13:15:46 -04:00
20250730183752_fix_bank_codes_relations BREAKING CHANGE(bank_codes): shift-codes table and expenses-codes table deleted and refactoring of modules calling "x-codes" to use bank-codes 2025-07-30 14:39:43 -04:00
20250804192610_rename_o_auth_table feat(CSV): export to CSV modul fit filters 2025-08-05 09:17:39 -04:00
20250804192837_added_sid_column_to_o_auth_sessions feat(CSV): export to CSV modul fit filters 2025-08-05 09:17:39 -04:00
20250806151558_adding_validation_status_to_shifts_enum_wedding_added refactor(validation): Partial modification of the file structure for validation process, added migration 20250806 2025-08-06 13:15:34 -04:00
20250812154355_init feat(mock): added mock-seeds scripts 2025-08-12 12:09:57 -04:00
20250813192639_added_job_title_to_employees_archive_tables fix(seeds): added job_titles to employees and employees_archive 2025-08-13 15:34:50 -04:00
20250818121137_attachments_minimal feat(attachments): attachments module with minor fixes to attachments prisma model. 2025-08-18 10:26:01 -04:00
20250818121746_ feat(attachments): attachments module with minor fixes to attachments prisma model. 2025-08-18 10:26:01 -04:00
20250818135721_column_naming_fixes_for_attachments feat(attachments): attachments module with minor fixes to attachments prisma model. 2025-08-18 10:26:01 -04:00
20250818154612_added_is_supevisor_boolean_to_employee fix(supervisor): added is_supervisor column to employees, archives and mock seeds 2025-08-18 12:26:52 -04:00
20250818193726_minor_naming_fix refactor(module): refactor employees, archives and pay-period to use email instead of id and switch pay-period's requests to transaction 2025-08-19 08:34:35 -04:00
20250825173419_attachment_variants_model feat(attachments): setup AdminSearchDto, CronJobs for archival and display route via controller 2025-08-25 15:46:28 -04:00
20250826165409_changed_phone_type_to_string feat(migration): phone_number prisma migration 2025-08-26 12:58:02 -04:00
20250828175750_changed_phone_number_type_to_string fix(seeds): ajusted seeds for shifts and expenses 2025-08-28 14:03:31 -04:00
20250829152939_timesheet_week_unique fix(seeds): fix timesheet seeds 2025-08-29 11:44:04 -04:00
20250908192545_added_is_remote_to_shifts fix(DB): DB migration 2025-09-08 15:26:12 -04:00
20250909132655_refactor_description_to_comment_for_shifts_and_expenses feat(migration): migration of comment/description change 2025-09-09 09:27:14 -04:00
20251001193437_link_expense_attachments feat(expense): link expense with attachment. 2025-10-01 16:35:40 -04:00
20251003151925_added_preferences_table feat(preferences): setup for prefrences module which allows a user to manage dark mode, notifications, lefty mode for phone user and a lang switch (en, fr) 2025-10-03 14:03:09 -04:00
20251008152226_added_schedule_presets_and_schedule_preset_shifts_tables_and_weekday_enm feat(schedule_presets): module schedule_presets setup. Ajustments to seeders to match new realities 2025-10-08 16:45:37 -04:00
20251009141338_change_type_mileage fix(seeders): minor data fix and added Decimal to mileage 2025-10-09 10:39:17 -04:00
20251010124650_changed_boolean_to_int_for_table_preferences refactor(preferences & modules): changed type from boolean to Int so each preferences can have more than 2 options. 2025-10-10 09:27:57 -04:00
20251014124848_added_list_displays_to_preferences_table feat(preferences): added display options to preferences table 2025-10-14 09:33:29 -04:00
20251119155820_init_staging_db feat(migration): added a split prismaModule to manage legacy DB, created scripts to fetch old data, transform to match the new structure and creates new items in the new DB 2025-11-24 14:59:16 -05:00
20251119185059_preparation_to_get_the_staging_db_ready feat(migration): added a split prismaModule to manage legacy DB, created scripts to fetch old data, transform to match the new structure and creates new items in the new DB 2025-11-24 14:59:16 -05:00
20251121194224_unique_keys_added_to_shifts_and_expenses_for_migration_from_old_db feat(migration): added a split prismaModule to manage legacy DB, created scripts to fetch old data, transform to match the new structure and creates new items in the new DB 2025-11-24 14:59:16 -05:00
20251127150919_small_preference_fix feat(migration): reset DB to match new schema 2025-11-27 12:24:47 -05:00
20251201162936_added_autoincrements_to_payroll_id feat(migration): autoincrement to external payroll ids 2025-12-01 11:30:06 -05:00
20251203192130_added_the_option_of_null_to_is_dark_mode fix(preferences): ran a migration command so is_dark_mode = null is accepted in DB 2025-12-03 14:23:59 -05:00
20251203210621_removed_autoincrements_from_external_payroll_id fix(employees): fix create employees 2025-12-03 16:06:53 -05:00
20251204135338_schedule_presets_ajustments refactor(schedules_employees): refactor schema relations between employees and presets 2025-12-04 10:42:54 -05:00
20251205163040_add_session_table feat(auth): add session table to prisma that will be used by express-session to store user session data 2025-12-05 11:33:10 -05:00
20260106124750_added_paid_time_off feat(schema): migration of the new table paid_time_off and added a column to employee table = daily_expected_hours 2026-01-06 09:13:36 -05:00
20260108160639_added_banked_hours_to_paid_off_time_and_switched_int_to_decimal feat(paid_time-off): worked on vacation service, implemented vacation business logic inside shifts creation and did a migration 2026-01-08 12:13:14 -05:00
20260108163644_ajusted_typing_of_paid_time_off_table feat(paid_time-off): worked on vacation service, implemented vacation business logic inside shifts creation and did a migration 2026-01-08 12:13:14 -05:00
migration_lock.toml first commit 2025-07-15 10:41:53 -04:00