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

nothing to migrate in production server #60

Closed
redbayoub opened this issue Sep 6, 2020 · 1 comment
Closed

nothing to migrate in production server #60

redbayoub opened this issue Sep 6, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@redbayoub
Copy link

redbayoub commented Sep 6, 2020

Hi, thanks for this amazing package

in my local environment i used composer require thomasjohnkane/snooze and php artisan migrate
which works perfectly fine and the local database migrated successfully

BUT
when i pushed updates to private git repo and then pull them in prod server
but i used composer install --no-scripts --no-dev commend to install the package then
when i tried php artisan migrate i get Nothing to migrate. message

Workaround
that i'm using right now is copying the migration file from snooze/migrations/2019_02_25_231036_create_scheduled_notifications_table.php to the local env under database/migrations folder than pushing changes to prod env than running php artisan migrate

@redbayoub
Copy link
Author

using composer install --no-scripts --no-dev didn't add snooze to artisan list

@atymic atymic added the bug Something isn't working label Sep 10, 2020
@atymic atymic mentioned this issue Sep 10, 2020
5 tasks
@atymic atymic closed this as completed Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants