diff --git a/config/Migrations/20240516000003_MonsterKeySupport.php b/config/Migrations/20240516000003_MonsterKeySupport.php new file mode 100644 index 0000000..af8cba0 --- /dev/null +++ b/config/Migrations/20240516000003_MonsterKeySupport.php @@ -0,0 +1,30 @@ +table('encryption_keys') + ->changeColumn('encryption_key', 'text', [ + 'limit' => MysqlAdapter::TEXT_MEDIUM + ]) + ->update(); + } +}