Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop reflar database compatibility #37

Closed
clarkwinkelmann opened this issue Apr 8, 2021 · 1 comment
Closed

Drop reflar database compatibility #37

clarkwinkelmann opened this issue Apr 8, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@clarkwinkelmann
Copy link
Member

The migrations include special conditions for migrating the old reflar/polls table. This includes codes we must continue to maintain.

Those can be dropped. If anyone still requires them, they can just install an older version of fof/polls to perform the migration.

I suggest we remove that additional code, as well as the FoF\Polls\Migrations\AbstractMigration class and just use normal migrations. We can keep the same file names so nothing will break for anyone.

@clarkwinkelmann clarkwinkelmann added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Apr 8, 2021
@dsevillamartin
Copy link
Member

Fixed in #74

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants