Skip to content

Commit

Permalink
Merge pull request azureossd#170 from Ajsalemo/master
Browse files Browse the repository at this point in the history
fixing an issue with algolia seeing '%' as bad syntax
  • Loading branch information
Ajsalemo authored Sep 28, 2022
2 parents 0f680fd + e907f07 commit 0500b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2022-05-03-PHP-Yii-deploy-on-App-Service-Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ Total 1 new migration to be applied:
*** applied m220503_200207_create_user_table (time: 0.252s)
```

> **NOTE**: If you commited local migrations under the `migrations/` directory and try to rerun migrations, you may have your build fail with `create table {{%user}} ...Exception: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'sometablename' already exists`
> **NOTE**: If you commited local migrations under the `migrations/` directory and try to rerun migrations, you may have your build fail with `create table {{ user}} ...Exception: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'sometablename' already exists`

**Important**: Make sure to also add your needed environment variables as App Settings to the application in the Azure Portal. These are two separate environments. Failing to add these same database environment variables may have your container crash on start up.

Expand Down

0 comments on commit 0500b57

Please sign in to comment.