-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
SqliteDatabase#dropDatabase
ignores views
#39
Comments
SqliteDatabase#dropDatabase
ignores views
Could you provide a small example of your base.sql and migration files to help me to reproduce your issue at my side? |
Bump |
https://github.com/chpio/repro_byjg_migration_sqlite_view then execute |
OK, I found the issue and created PR #40. About the |
Hi,
ByJG\DbMigration\Database\SqliteDatabase#dropDatabase
ignores created views which causes errors if you're using the reset command on a database with views ("SQLSTATE[HY000]: General error: 1 table my_view already exists").The text was updated successfully, but these errors were encountered: