make compatible to OXID 6.5
This commit is contained in:
parent
575dc79da0
commit
177ebf8f01
20
README.md
20
README.md
@ -1 +1,19 @@
|
|||||||
./vendor/bin/doctrine-migrations migrations:migrate --configuration ./vendor/d3/decode_migrations/migration/migrations.yml --db-configuration vendor/d3/decode_migrations/migrations-db.php
|
## Install
|
||||||
|
|
||||||
|
```
|
||||||
|
composer require d3/decode_migrations
|
||||||
|
```
|
||||||
|
|
||||||
|
## OXID 6
|
||||||
|
|
||||||
|
```./vendor/bin/doctrine-migrations migrations:migrate --configuration ./vendor/d3/decode_migrations/migration/migrations_OX6.yml --db-configuration vendor/d3/decode_migrations/migrations-db.php```
|
||||||
|
|
||||||
|
## OXID 7
|
||||||
|
|
||||||
|
```./vendor/bin/doctrine-migrations migrations:migrate --configuration ./vendor/d3/decode_migrations/migration/migrations_OX7.yml --db-configuration vendor/d3/decode_migrations/migrations-db.php```
|
||||||
|
|
||||||
|
## Uninstall
|
||||||
|
|
||||||
|
```
|
||||||
|
composer remove d3/decode_migrations
|
||||||
|
```
|
@ -1,28 +0,0 @@
|
|||||||
#name: D3 Decode Migrations
|
|
||||||
#migrations_namespace: D3\DecodeMigrations
|
|
||||||
#table_name: d3decode_migrations
|
|
||||||
#migrations_directory: data
|
|
||||||
#
|
|
||||||
#
|
|
||||||
#table_storage:
|
|
||||||
# table_name: d3decode_migrations
|
|
||||||
# version_column_name: version
|
|
||||||
# version_column_length: 191
|
|
||||||
# executed_at_column_name: executed_at
|
|
||||||
# execution_time_column_name: execution_time
|
|
||||||
#
|
|
||||||
#migrations_paths:
|
|
||||||
# 'MyProject\Migrations': /data/doctrine/migrations/lib/MyProject/Migrations
|
|
||||||
# 'MyProject\Component\Migrations': ./Component/MyProject/Migrations
|
|
||||||
#
|
|
||||||
#all_or_nothing: true
|
|
||||||
#transactional: true
|
|
||||||
#check_database_platform: true
|
|
||||||
#organize_migrations: none
|
|
||||||
#
|
|
||||||
#connection: null
|
|
||||||
#em: null
|
|
||||||
#
|
|
||||||
migrations:
|
|
||||||
- "D3\\DecodeMigrations\\migration\\data\\Version20240318163727"
|
|
||||||
- "D3\\DecodeMigrations\\migration\\data\\Version20240319113842"
|
|
4
migration/migrations_OX6.yml
Normal file
4
migration/migrations_OX6.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: D3 Decode Migrations
|
||||||
|
migrations_namespace: D3\DecodeMigrations
|
||||||
|
table_name: d3decode_migrations
|
||||||
|
migrations_directory: data
|
3
migration/migrations_OX7.yml
Normal file
3
migration/migrations_OX7.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
migrations:
|
||||||
|
- "D3\\DecodeMigrations\\migration\\data\\Version20240318163727"
|
||||||
|
- "D3\\DecodeMigrations\\migration\\data\\Version20240319113842"
|
Loading…
x
Reference in New Issue
Block a user