Skip to content

Instantly share code, notes, and snippets.

@nkarpeev
Last active August 24, 2018 15:08
Show Gist options
  • Save nkarpeev/cb367c84c2649a76611828914ba5a036 to your computer and use it in GitHub Desktop.
Save nkarpeev/cb367c84c2649a76611828914ba5a036 to your computer and use it in GitHub Desktop.
new deploy
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