This commit is contained in:
Daniel Seifert 2024-03-18 11:45:27 +01:00
commit 6247cc0a57
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
2 changed files with 40 additions and 0 deletions

36
composer.json Normal file
View File

@ -0,0 +1,36 @@
{
"name": "d3/decode_migrations",
"description": "Doctrine migration tasks for decoding database columns to be compatible with mySQL 8",
"type": "library",
"keywords": [
"oxid",
"modules",
"eShop",
"d3",
"database",
"doctrine",
"mysql",
"dev"
],
"authors": [
{
"name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@shopmodule.com",
"homepage": "https://www.d3data.de",
"role": "Owner"
}
],
"support": {
"email": "support@shopmodule.com"
},
"homepage": "https://www.oxidmodule.com/",
"require": {
"oxid-esales/oxideshop-ce": "*"
},
"license": "MIT",
"autoload": {
"psr-4": {
"D3\\DecodeMigrations\\": "."
}
}
}

4
migration/migrations.yml Normal file
View File

@ -0,0 +1,4 @@
name: D3 Decode Migrations
migrations_namespace: D3\DecodeMigrations
table_name: d3decode_migrations
migrations_directory: data