eXpansionPluginPack / eXpansion2

The next generation server controller for maniaplanet using symfony components
http://mp-expansion.com/
MIT License
7 stars 3 forks source link

expansion wont create database itself ! #391

Closed BestNoob closed 4 years ago

BestNoob commented 4 years ago

Under Windows Server it wont create the databases tables and structures, i had this issue in the past with expansionV1 but in V2 you did not addeed any .sql scheme files to manually create the database !

And the XML schema files as example: LocalMapRatingsBundle-schema.xml are not working !!

oliverde8 commented 4 years ago

I can't reproduce the issue;

The run scripts provided should run the fallowing commands that will create the database structure.

php bin/console propel:migration:diff --env=prod
php bin/console propel:migration:migrate --env=prod

If you are running php 7.2 or higher indeed they do not work, update is on it's way to fix it. But that's related to the other issue.

oliverde8 commented 4 years ago

Beta4 was released I am closing this issue