Last active
August 24, 2018 15:08
-
-
Save nkarpeev/cb367c84c2649a76611828914ba5a036 to your computer and use it in GitHub Desktop.
new deploy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE DATABASE "radar-web" | |
WITH OWNER = postgres | |
ENCODING = 'UTF8' | |
TABLESPACE = pg_default | |
LC_COLLATE = 'ru_RU.UTF-8' | |
LC_CTYPE = 'ru_RU.UTF-8' | |
CONNECTION LIMIT = -1; | |
php yii migrate/up 1 | |
php yii migrate --migrationPath=@yii/rbac/migrations | |
php yii migrate/up 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment