feat(pgsql): add support for concurrent index creation
* Implemented `Concurrent` field in index model * Updated index creation template to support `CREATE INDEX CONCURRENTLY` * Added tests for concurrent index creation in migration writer
This commit is contained in:
@@ -139,6 +139,7 @@ type CreateIndexData struct {
|
||||
IndexType string
|
||||
Columns string
|
||||
Unique bool
|
||||
Concurrent bool
|
||||
}
|
||||
|
||||
// CreateForeignKeyData contains data for create foreign key template
|
||||
|
||||
Reference in New Issue
Block a user