initial
This commit is contained in:
commit
6247cc0a57
36
composer.json
Normal file
36
composer.json
Normal 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
4
migration/migrations.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: D3 Decode Migrations
|
||||||
|
migrations_namespace: D3\DecodeMigrations
|
||||||
|
table_name: d3decode_migrations
|
||||||
|
migrations_directory: data
|
Loading…
Reference in New Issue
Block a user