Skip to content
#

migrations

Here are 456 public repositories matching this topic...

dhui
dhui commented Apr 11, 2020

Is your feature request related to a problem? Please describe.
Provide help in CLI for sub-commands

Describe the solution you'd like
Sub-commands help should describe the sub-command's functionality and options available for the sub-command

Describe alternatives you've considered
N/A

Additional context
See: golang-migrate/migrate#370

stormbytes
stormbytes commented May 5, 2020

sequelize init:models creates a 'models' folder and an index.js file.

What does this do?

How is this intended to be used?

You might consider putting some comments into the file. Would probably save people a lot of hassle trying to figure this out over and over.

Thanks!

dbatools
wsmelton
wsmelton commented Jan 24, 2020

We have a switch as [switch]$Enable that should enable the login but it is not actually coded to do anything.

All that is needed would be logic around whether the parameter was passed in, within the process block would be sufficient: Test-Bound Enable will return true if the parameter was properly passed into the function call.

If passed in then the login object has a Enable() method t

mikepc
mikepc commented Mar 11, 2019

Saving "Eager" associations is really one of the core benefits of using an abstraction layer like this.

The documentation for querying structs with associations is OK, but honestly very very little is said about managing the write aspects of this data, so onboarding to pop from the outside, is a real mountain-climb.

I've been debugging this code off and on for hours over the weekend, and to

shuber
shuber commented Jul 25, 2018

https://www.postgresql.org/docs/current/static/sql-dropindex.html

CONCURRENTLY

Drop the index without locking out concurrent selects, inserts, updates, and deletes on the index's table. A normal DROP INDEX acquires exclusive lock on the table, blocking other accesses until the index drop can be completed. With this option, the command instead waits until conflicting transactions have co

Improve this page

Add a description, image, and links to the migrations topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the migrations topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.