BREAKING CHANGES:

  • 88e72e8 [docker-compose]

    The plugin now checks for the docker-compose command instead of trying whether docker compose
    is a valid command. This means that if the old command is still installed it will be used
    instead. To use docker compose, uninstall any old copies of docker-compose.

  • 96e473a [random]

    For consistency, ZSH_THEME_RANDOM_QUIET now needs to be true if you want to silence the
    "Random theme loaded" message in the random theme.

  • 8c1495a [ruby]

    All gem aliases that started with g now start with ge to fix conflicting names with the
    git plugin. Also, the ghlp alias is now renamed geh. Have a look at the plugin README for
    more information.

  • 24974a1 [mercurial]

    The hg_prompt_info function now uses ZSH_THEME_HG_PROMPT_PREFIX and
    ZSH_THEME_HG_PROMPT_SUFFIX variables when displaying branch information, similar to the
    git_prompt_info function.

  • bf7c1b1 [git]

    The gdu alias has been renamed to gdup to avoid a conflict with go disk usage
    (https://github.com/dundee/gdu).

  • 89a740b [rust]

    cargo and rustup plugins have been moved to the rust plugin since they're part of the Rust
    toolchain. If you're using these, update your .zshrc file to use rust instead.

  • c9a1ede [golang]

    The gop alias has been renamed to gopa to avoid conflict with Go+ gop command.

  • be4a952 [cli]

    The zsh_reload plugin is deprecated. Instead of using its src function, use omz reload or
    exec zsh to reload zsh after making changes to your .zshrc file.

  • e96b8bd [shell-proxy]

    The DEFAULT_PROXY setting has been renamed to SHELLPROXY_URL, and CONFIG_PROXY has been
    renamed to SHELLPROXY_CONFIG. See the plugin README for more information.

  • a42db12 [archlinux]

    yaourt is no longer maintained nor available as a package. Use pacman or one of the other
    maintained AUR helpers.

  • 068feca [zsh-navigation-tools]

    The zsh-navigation-tools plugin now bundles the version from the zdharma-continuum project,
    which republished the projects that psprint deleted (we don't yet know yet why). In theory this
    change doesn't break anything, but be aware of the change and that the upstream repository now
    lives somewhere else.

mkdir -p [path]

한번에 여러개 만드는 것도 가능하다.

mkdir -p directory1/{child1, child2, child3}

 

select id, roles from master.users
    where roles::jsonb ? 'admin'

-> 같은 걸로 응용가능하다

'database' 카테고리의 다른 글

[MongoDB] insert  (0) 2019.08.02
MongoDb Query  (0) 2019.08.02
if exist drop index and create index in MYSQL  (0) 2019.05.18

+ Recent posts