initial
Cette révision appartient à :
révision
6247cc0a57
36
composer.json
Fichier normal
36
composer.json
Fichier normal
@ -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
Fichier normal
4
migration/migrations.yml
Fichier normal
@ -0,0 +1,4 @@
|
||||
name: D3 Decode Migrations
|
||||
migrations_namespace: D3\DecodeMigrations
|
||||
table_name: d3decode_migrations
|
||||
migrations_directory: data
|
Chargement…
Référencer dans un nouveau ticket
Block a user