更新 Speed/path.txt
This commit is contained in:
parent
413431025e
commit
4f1a471ac5
@ -1,3 +1,4 @@
|
||||
#Paths
|
||||
paymenter/extensions/Servers/Convoy/Convoy.php
|
||||
|
||||
convoy/app/Models/Server.php
|
||||
@ -8,5 +9,19 @@ convoy/app/Services/Servers/ServerCreationService.php
|
||||
|
||||
convoy/app/Services/Servers/SyncBuildService.php
|
||||
|
||||
#DATA BASE Migration
|
||||
php artisan make:migration add_rate_limit_to_servers_table --table=servers
|
||||
#DATA BASE Migration (Convoy)
|
||||
php artisan make:migration add_rate_limit_to_servers_table --table=servers
|
||||
|
||||
#USE DOCKER (Convoy)
|
||||
docker compose exec workspace bash -c "php artisan make:migration add_rate_limit_to_servers_table --table=servers"
|
||||
|
||||
#RESTART (Convoy)
|
||||
docker compose down
|
||||
docker compose up -d --build
|
||||
docker compose exec workspace bash -c "php artisan optimize"
|
||||
docker compose restart
|
||||
|
||||
#RESTART (Paymenter)
|
||||
php artisan down
|
||||
php artisan optimize:clear
|
||||
php artisan up
|
||||
Loading…
x
Reference in New Issue
Block a user