MISP/config/Migrations
Sami Mokaddem f7c1fb5fd7
new: [inbox] Migrated inbox system from Cerebrate
- TODO: Migrate changes done in Cerebrate's crudcomponent
2024-01-08 12:08:06 +01:00
..
20230505121246_Initial.php fix: remove namespaces 2023-12-06 10:59:53 +01:00
20230510130042_DefaultRoles.php fix: remove namespaces 2023-12-06 10:59:53 +01:00
20230601093928_rename_change_column_logs.php fix: remove namespaces 2023-12-06 10:59:53 +01:00
20230808082641_rename_change_column_auditlogs.php fix: remove namespaces 2023-12-06 10:59:53 +01:00
20230809090207_rename_object_meta_category_column.php fix: remove namespaces 2023-12-06 10:59:53 +01:00
20230810094626_rename_object_element_ui_priority_column.php fix: remove namespaces 2023-12-06 10:59:53 +01:00
20231205112416_increase_query_log_column_size.php fix: remove namespaces 2023-12-06 10:59:53 +01:00
20231205125722_increase_request_column_size.php fix: remove namespaces 2023-12-06 10:59:53 +01:00
20240108110215_add_table_inbox.php new: [inbox] Migrated inbox system from Cerebrate 2024-01-08 12:08:06 +01:00
README.md fix: copy pasta 2023-12-05 13:48:05 +01:00

README.md

Migrations using Phinx

For users

Updating

  • Use the build in migration tool of Cerebrate via the UI / API
  • Alternatively, run bin/cake migrations migrate to execute the updates.

For developers

  • Run vendor/bin/phinx create MyNewMigration
  • This will create a new migration called YYYYMMDDHHMMSS_my_new_migration.php where you need to populate the change() function